Combining identical access databases

J

joan

I have two access databases with identical schema (Many
tables, huge number of fields, few records). I'd like to
quickly combine the two into one consolidated DB. ( Many
tables, huge number of fields, few records). IS there a
quick way to accomplish this.

Thx
 
G

Glen SIdelnikov

Sure!
Combine them quickly!!! :)
Seriously, the "combining" word gives you too many scenario.
Give at least one and reformulate the question...
 
K

Kevin @ 3NF

Write a series of append queries and append the data in one database to its
matching table in the other. Just make sure you go in the same direction
for each table pair.
 

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