Merge Tables

Ganley

New member
Local time
Today, 23:22
Joined
Apr 30, 2007
Messages
9
I have database A & database B, which is a copy of the first.
I have made some changes to database B but need to merge one table back into the original database.

Any ideas.

Thanks.
 
Link to tableB from databaseA and do a makeTable query to replace tableA in databaseA.

Ensure the fields are the same etc

Col
 
I have made some changes to database B but need to merge one table back into the original database.

Simple method :

Go to Dbase A and delete table1.
While in Dbase A , go to File > get external data > import and import table1 from Dbase B.

Hth
 

Users who are viewing this thread

Back
Top Bottom