Records not in query

L

Les

Is it possible to show the records that aren't in a query?

I have a select query which runs fine and selects what I tell it to but then
I would like to know which records are not in the query. Is there a simple
way to do this?

Thanks.
 
A

Allen Browne

Save the query you have.

Use the Unmatched Query Wizard to find the records that are in your table,
but are not in the saved query.
 
L

Les

Perfect Allen.

Thank you.


Allen Browne said:
Save the query you have.

Use the Unmatched Query Wizard to find the records that are in your table,
but are not in the saved query.
 
Top