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?