I need to find Duplicates based on more than 1 column and i'm finding the MSAccess Wizard isn't giving me the correct info.
EXAMPLE: I want to find duplicates where SNAME, FNAME and DOB match
Access gives me....
ID SNAME FNAME DOB BIRTH
01 JONES JOHN 01/01/01 UK
02 JONES JOHN 01/01/01 AUS
03 JONES JOAN 31/01/96 UK
but i would only expect to see the first 2 rows of data as SNAME, FNAME and DOB match exactly.
Any Ideas?
EXAMPLE: I want to find duplicates where SNAME, FNAME and DOB match
Access gives me....
ID SNAME FNAME DOB BIRTH
01 JONES JOHN 01/01/01 UK
02 JONES JOHN 01/01/01 AUS
03 JONES JOAN 31/01/96 UK
but i would only expect to see the first 2 rows of data as SNAME, FNAME and DOB match exactly.
Any Ideas?