a query that lists inconsistent data between 2 other queries

warco

Registered User.
Local time
Yesterday, 16:19
Joined
Jul 25, 2003
Messages
17
I have two queries; each is supposed to have the same values for a result field. I need to make a query to show the results from Table 1 which are not the same in Table 2. I am not too good with code so if there is a way to do it using an expression that would be great thanks in advance.
 
Use the unmatched query wizard to build the query. You can choose queries rather than tables as the recordsets to compare.
 

Users who are viewing this thread

Back
Top Bottom