Hello Everybody!
Here is my problem - I have a solution with 5 files - all linked
together by an autonumber serial number generated by the main file.
Now I want to import reports we get from another agency which come in
a flat text file. I know I can just use a script to import the
relevant fields into each file, but the question is - how do I get
them to all relate? If I run a script to import the fields into the
main file - at that point the serial numbers are assigned, how will I
get them moved over into the other files as I import the rest of the
fields? Should I create a separate relationship based on some
calculation that creates a (hopefully) unique key that I can then go
back and do a looping copy replace? That sounds pretty cumbersome.
Anyone have any good ideas? Thanks.
David