Well, if you want to compare them both, it means you have fields to do so
and these are what you need.
I like the approach that don't mix things so, create a new blank database
and in this one, create a table link for the two tables you want to compare.
Lets call them T1 and T2.
Create a query using both tables and connect them using all the fields you
want. I did this once using Department, First Name and Last Name, they were
the best I could use by the moment. They should also be unique.
Set the link to show everything from T1 and only existing data from T2.
Select all fields from T1 to be shown and include one field from T2
(preference for one used on the link) and in this one put the criteria Is
Null.
- Like this, you have a query showing everything on T1 that is not in T2.
- Do the opposite to get all from T2 but not in T1.
- Changing the link to "data existing in both" with no criteria and you have
the third comparison
Hope I helpd
Mauricio Silva