P
P Brainard via AccessMonster.com
This is the Wizard created query to find records with matching SSN:
In (SELECT [SSN] FROM [01_26_05list] As Tmp GROUP BY [SSN] HAVING Count(*)
I'd like to exclude all records that have different first names [FIRST_NAME]
- Any ideas?
In (SELECT [SSN] FROM [01_26_05list] As Tmp GROUP BY [SSN] HAVING Count(*)
I'd like to exclude all records that have different first names [FIRST_NAME]
- Any ideas?