G Ganley New member Local time Today, 23:22 Joined Apr 30, 2007 Messages 9 May 2, 2007 #1 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.
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.
ColinEssex Old registered user Local time Today, 23:22 Joined Feb 22, 2002 Messages 9,314 May 2, 2007 #2 Link to tableB from databaseA and do a makeTable query to replace tableA in databaseA. Ensure the fields are the same etc Col
Link to tableB from databaseA and do a makeTable query to replace tableA in databaseA. Ensure the fields are the same etc Col
Ron_dK Cool bop aficionado Local time Tomorrow, 00:22 Joined Sep 5, 2002 Messages 2,129 May 2, 2007 #3 Ganley said: I have made some changes to database B but need to merge one table back into the original database. Click to expand... 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
Ganley said: I have made some changes to database B but need to merge one table back into the original database. Click to expand... 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