michelleb1
MIS
There are several instances in which I have created one-to-many relationships and I'm not sure how to most efficiently extract and import the data from the old flat excel spreadsheets. For example, 'Jobs' was an excel spreadsheet with a field for a customer name. Now it is a table with a customer id to relate back to a brand new 'Customers' table. How can I substitiute the name with the correct id? The id in the customers table is an autonumber. I am dealing with close to 4000 records. A previous post: 'import excel spreadsheet and normalize it' suggested using append queries and macros but I'm not sure whre to go from there- any more detail on how to construct the append queries and macros?
Thanks in advance for any ideas,
Michelle
Thanks in advance for any ideas,
Michelle