How do I compare 2 tables for mismatched data?

I

Ian

I have 2 tables of data and need to compare them to see which numbers are in
one but not the other.
 
R

Rick Brandt

Ian said:
I have 2 tables of data and need to compare them to see which numbers
are in one but not the other.

One of the wizard choices for a new query does exaclty that.

Query - New - Find Unmatched Query Wizard
 
Top