Given a number of possible ways in which duplicates might exist, I created several different duplicates seach queries: one looked for Count(*) where >1 of Last & First; another looked for the same where Last and SSN; a third for Last and DOB, etc.
Now I'd like to combine all of these and end with a Distinct query, to arrive at the full list of real and possible (because of misspellings, etc.) duplicates. Do I need to create a make table query and then do this?
Now I'd like to combine all of these and end with a Distinct query, to arrive at the full list of real and possible (because of misspellings, etc.) duplicates. Do I need to create a make table query and then do this?