I have a query say, qryMain that has records I'm interested in, however the query contains some duplicates. I created a find duplicates wizard query to identify those records qryDupes. The qryDupes records are on 3 fields. So I'm thinking can I do a Join between these 2 recordsets to exclude the qryDupes records?
I'm not sure how to do this, would I need to use SQL to achieve it? Or are there easier ways?
I'm not sure how to do this, would I need to use SQL to achieve it? Or are there easier ways?