Select all rows in a table that are different from another table?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to compare two tables and list out the rows that are in one table and
not in the other. Does anyone know how to do this?
 
mce said:
I want to compare two tables and list out the rows that are in one table and
not in the other. Does anyone know how to do this?


The query wizard knows how ;-)

Seriously, just create a new query and select the wizard for
Find Unmatched Query.
 
Back
Top