Les
I'm still confused.
"all the tables in one database have a copy in the other" and "all the data
put back ... into a single table"
If you have multiple tables of data, how are you proposing to ?denormalize?
that data structure and put it "all ... into a single table"?
If you are trying to copy all the records from Table1, DB1 into Table1, DB2,
and so on for each table (in both), you can do this by opening DB2, adding
links to the tables in DB1, and using an append query from Table1, DB1 to
Table1, DB2 (and so on...)
What am I missing?!
Regards
Jeff Boyce
Microsoft Office/Access MVP