Share via

How to merge two databases together...data, forms, table relationships and all?

Anonymous
2010-12-21T14:58:34+00:00

I'm trying to merge two rather complex databases together.  They have some shared tables, forms and queries.  I can't seem to find a way to merge the databases other than doing a File>Import for every table, form and query.  Is there an easier way to do this?

Brian

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

  1. Anonymous
    2010-12-21T16:01:49+00:00

    I don't know of another way that would be any easier.  In fact, I would be very careful when using the IMPORT operations because name and other clashes require human decisions to do intelligently.  For example, importing relationships might destroy existing relationships and/or create duplicates.  I would take it slow and easy with a lot of thought about each object that might have any kind of interaction with the existing database.  For those objects that are independent of stuff in the original database, you can select those objects and biring them in all in one shot.  Besure to keep safe backups of both databases so you can revert when you find out about an entanglement you forgot to considers.  I would at least consider writing a VBA procedure to do each step (probably at least the relationships) so I could rerun the parts of the import where I had ironed out the details, but later ran into something that I needed to revert and do differently.

    Was this answer helpful?

    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2010-12-21T17:53:27+00:00

    One thing that might help is my Database Merge Analysis tool (free).  I created it because I was tasked to merge 4 databases into one when I came on to my current job and I needed some help in figuring out what was shared and what might not be.  It isn't perfect but it will give you a good start and help out.

    You can download it here (near the bottom of the page):

    http://www.btabdevelopment.com/ts/freetools


    Bob Larson, Former Access MVP (2008-2010)

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2010-12-21T16:01:16+00:00

    You do know you can do multiple imports each time.


    Build a little, test a little.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2010-12-21T15:53:15+00:00

    Sorry, but no, there isn't an easier way for the data.

    You can, of course, import multiple objects at once.


    Doug Steele, Microsoft Access MVP

    http://www.AccessMVP.com/djsteele (no e-mails, please!)

    Was this answer helpful?

    0 comments No comments