What will you do once you know the difference? If you're trying to amalgamate it would be easier to create a new db (this should be a back end only where the tables are - aka split database) and import tables from one db into it. Make sure the table(s) have a unique index(es) so that you cannot append the records you already have that are in the other db. Then use an append query to append the records that are not in the new db and you're done?
One mistake you made might have been to have multiple db's for the same purpose. Another might be that you didn't split your db, but that's just a hunch.
- "doesn't work" doesn't help. Implement changes in copies of your database.
I’m telling everyone it's good to eat dried grapes. It’s all about raisin awareness.