Combing databases

  • Thread starter Thread starter leeloocatz
  • Start date Start date
L

leeloocatz

I have two databases from that are the same but contain different data. I
want to combine them into one database. I tried to import one into the other
but none of imported info showed up. How can I combine/merge to get my two
databases into one?
 
How? How did you "try to import one into the other"?

If I were faced with this, I'd open one, use "links" to see the other's
tables, then create queries to append records from db#2 into the tables in
db#1.

Good luck

--

Regards

Jeff Boyce
Microsoft Access MVP

Disclaimer: This author may have received products and services mentioned in
this post. Mention and/or description of a product or service herein does
not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Back
Top