Query comparing two other queries?

MickeyGreen

Registered User.
Local time
Today, 16:10
Joined
Apr 28, 2005
Messages
14
I want to compare two queries as follows: Select all the records in query1 where the value in fieldA does NOT also appear in any record in fieldA of query2. Is there an easy way to do this using the query tools or will this require a vba function?
 
Find Unmatched Query Wizard

Have you tried the "Find Unmatched Query Wizard"? Click the "new" button in the query tab to bring up a box to choose it.
 
That was easy! Thanks.
 

Users who are viewing this thread

Back
Top Bottom