How to migrate data to new db ?

  • Thread starter Thread starter tmb
  • Start date Start date
T

tmb

I have an Access db with some data in it.

I have a copy of the data base with no data in it... only the empty tables,
etc.

Is there an easyway to migrate the data from the old db to the new? Or to
import it into the new from the old?

thanks
 
Open your emtpy .mdb and have a look at:
File ---> Get External Data ---> Import

Jarrod
 
I have an Access db with some data in it.

I have a copy of the data base with no data in it... only the empty tables,
etc.

Is there an easyway to migrate the data from the old db to the new? Or to
import it into the new from the old?

thanks

1. Open the target database
2. Select File... Get External Data... Import
3. Select each table in turn, and choose the option to append to an
existing table

You may need to do this in a particular order ("lookup" tables first,
then "one" side tables, then "many" side tables) if you've enforced
referential integrity.

Alternatively, use File... Get External Data... Link and link to all
the tables. Access will suffix each linked table with a number
(usually 1) if this would cause duplicate table names. Then run Append
queries to append the data.

Or... just delete all the empty tables, and import all the data
tables!

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top