Records not in query

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

Guest

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.
 
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.
 
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.
 
Back
Top