Importing/exporting/linking in Access 2002

A

ACE_rj78

I have two database. I'll call db1 and db2. I do almost everything in db1.
In db2, I have information that I would like to have in db1. Instead of
retyping everything into db1 from db2, I want to import/exporting/link one
database to another. Which is the best way and how do I do this?
 
J

John Nurick

The simplest way to make data in db2 available in db1 is by using linked
tables.

In db1, go to File|Get External Data|Link and follow the instructions.

If you want to get data from db2 into an existing table in db1, start by
making a linked table as above. Then create an Append query to append
the data from the linked table to the main table (look in Help for
"create an append query"). Finally, delete the linked table (deleting a
linked table in db1 won't affect db2).
 

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

Top