Someone erroneously entered data into an older version of a database. I need to bring all that data into the current database.
The database has 10 tables - the main table + 7 "lookup" tables (two of which permit adding if the choice isn't there) + 2 join tables. Five of the lookup tables and the 2 join tables will be identical in both databases.
What's the best way to get the data from the old database into the new one?
Thank you.
SNicholls
The database has 10 tables - the main table + 7 "lookup" tables (two of which permit adding if the choice isn't there) + 2 join tables. Five of the lookup tables and the 2 join tables will be identical in both databases.
What's the best way to get the data from the old database into the new one?
Thank you.
SNicholls