I have 2 tables. The parent table has an ID field that is automatically generated when a record is added. The child table ties its records to the main table using that ID field.
I am trying to convert some data into these tables. my problem is that when I import the data into the main table it will recieve a new ID # that I need to update to all the records in the child table. how can I do this?
Thanks,
Adam
I am trying to convert some data into these tables. my problem is that when I import the data into the main table it will recieve a new ID # that I need to update to all the records in the child table. how can I do this?
Thanks,
Adam