Maybe I'm having a brain disfunction, but I'm just trying to map this out in my mind...Seems simple enough tho...
I have some records in Excel that have certain columns belonging to two different tables that I need to import into a SQL server database. For example Col1, Col2 go in Table1, and Col3 and Col4 go in table 2.
Table1 is a Order table, while Table2 is Order Line Items.
Table1 has an autonumber field for the key. They are linked by this number.
In my Excel record I have some columns that need to go in that first Order table, while some in the same record need to go in that Line item table.
Can someone show me what is the best way to append these records into these 2 tables???
I have some records in Excel that have certain columns belonging to two different tables that I need to import into a SQL server database. For example Col1, Col2 go in Table1, and Col3 and Col4 go in table 2.
Table1 is a Order table, while Table2 is Order Line Items.
Table1 has an autonumber field for the key. They are linked by this number.
In my Excel record I have some columns that need to go in that first Order table, while some in the same record need to go in that Line item table.
Can someone show me what is the best way to append these records into these 2 tables???