View Full Version : query to merge two databases into one


Ampah
11-21-2007, 10:57 PM
Dear all
I need to merge a number of databases of the same type into one database in access. can you please help me with code itself.
thanks.

Ampah

Rabbie
11-22-2007, 12:42 AM
The easiest way to do this would be to firstly link the tables in one database to the other and then use append queries to move data into the local tables. This assumes that the tables have a similar structure between the two database.

Dennisk
11-22-2007, 01:52 AM
If you need to know the source db then add an extra column to the destination table and place a value when appending identifying the source db.