I tried this starting at the query level and haven't had lotsa luck. What I'm using now is a maketable qry which leaves me with a table containing duplicate records.
I'd like to filter out the records where ALL fields match any other record in the table. Like this:
F1 F2 F3 F4...
I'm using the standard 'In(Select...' to find records with duplicate field values. Now that I have the list, I'd like to view only those where all fields in the duplicate records are not equal.
For instance:
a b c d - will show
a b c x
a b c d - will not show
a b c d
I've tried...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.