Access query for matching field entries in two tables

A

aapease

I have two similar tables which both have the names of species in them. I
need to run a query which will provide me with a list of names that are in
one table but not in the other one. If a species name is in one table under
the "name" field, but is missing in the other table's "name" field, I need
this to be brought to my attention. Is there a simple way to do this?
 
Top