How to combine multiple Access databases

  • Thread starter Kelly Hawthorne
  • Start date
K

Kelly Hawthorne

I have 3 Access Databases that I need to combine into one (The primary
database is one of the 3) and if possible have any information added to the
subordinate databases automatically be entered into the primary database.
Does anyone know how to do this?
 
R

Rick B

I would probably import the data tables from the "bad" databases and then
create update queries to copy the records to the desired tables in the
"good" database.

Once I had everything there and working, I'd delete the "bad" databases.

Rick B
 
J

John Vinson

I have 3 Access Databases that I need to combine into one (The primary
database is one of the 3) and if possible have any information added to the
subordinate databases automatically be entered into the primary database.
Does anyone know how to do this?

This can be easy (using File... Get External Data... Link and running
a series of append queries) or almost nightmarishly difficult (if you
have duplicate autonumber values, almost-duplicate data which must be
manually investigated to see if it's actually a duplicate or just a
similar new record, etc.)

Storing the "same" data in two or three databases is *emphatically*
bad design if there is ANY way to avoid it. Why three databases? Are
these on the same LAN, or at remote locations? Is there any
possibility of using a split database where the tables are in a .mdb
file on a shared drive, with the three users all linking to it?

John W. Vinson[MVP]
 
K

Kelly Hawthorne

I found that I was able to cut and paste from within Access.
Thank you for the ideas. I printed them and will hang on to them for future
use.
Kelly
 

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