G
Guest
I am trying to import an csv flat file into an existing database. Once the flat file has been imported, I want to split the columns of data into related tables (1:M). The primary keys of the first table is an autonumber. So although I can run a very simple append query to add the data to the first table, when it comes to appending the data to to the second table, the query doesn't know which autonumber was assigned to the record in the first table, and so can't link the related records
Because of the databases other functionality, I can't change any of the properties of the table. Is there a simple solution to this problem
If it is not entirely clear what I'm trying to do, please let me know, and I will try and clarify
Many Thank
Rob
Because of the databases other functionality, I can't change any of the properties of the table. Is there a simple solution to this problem
If it is not entirely clear what I'm trying to do, please let me know, and I will try and clarify
Many Thank
Rob