nathanstevenson
IS-IT--Management
Greetings,
I am trying to import a large excel file into multiple tables in Access. If have managed to assign unique ids to sets of data within the Excel file so that the fields in the Excel file directly reflect those in the tables. I have also managed to import that file into a staging table in Access. My problem is now:
- How do I maintain the relationships between each set of data?
- Is it a case of multiple appends?
- If so, how do I make sure that duplicates are NOT added given that the primary key (for each table)is already uniquely defined in this temporary table (and there are no autonums in the tables)
E.G. There are 150 contractors, 200 managers, 30 Assignments etc but 780 entries.
-How do I automate this so that 1 temp table can be split into 9-10 other tables?
Thanks in advance,
Nathan
I am trying to import a large excel file into multiple tables in Access. If have managed to assign unique ids to sets of data within the Excel file so that the fields in the Excel file directly reflect those in the tables. I have also managed to import that file into a staging table in Access. My problem is now:
- How do I maintain the relationships between each set of data?
- Is it a case of multiple appends?
- If so, how do I make sure that duplicates are NOT added given that the primary key (for each table)is already uniquely defined in this temporary table (and there are no autonums in the tables)
E.G. There are 150 contractors, 200 managers, 30 Assignments etc but 780 entries.
-How do I automate this so that 1 temp table can be split into 9-10 other tables?
Thanks in advance,
Nathan