B
Barry Phillips
I am trying to run a Select Distinct query on a mass of address records. I
am only wanting to query out duplicate "contact names", here is an SQL
statement I am using , the problem is this is query out only identical
duplicate records. I need to query out only identical duplicate "contact
names" and be able to see the entire records for each remaining.
I think I just need to move the DISTINCT statement.
SELECT DISTINCT [TRIO 2005 Mailing List].[Contact Name], [TRIO 2005 Mailing
List].[Company Name], [TRIO 2005 Mailing List].[Address], [TRIO 2005 Mailing
List].[City], [TRIO 2005 Mailing List].[State], [TRIO 2005 Mailing List].[Zip]
FROM [TRIO 2005 Mailing List];
am only wanting to query out duplicate "contact names", here is an SQL
statement I am using , the problem is this is query out only identical
duplicate records. I need to query out only identical duplicate "contact
names" and be able to see the entire records for each remaining.
I think I just need to move the DISTINCT statement.
SELECT DISTINCT [TRIO 2005 Mailing List].[Contact Name], [TRIO 2005 Mailing
List].[Company Name], [TRIO 2005 Mailing List].[Address], [TRIO 2005 Mailing
List].[City], [TRIO 2005 Mailing List].[State], [TRIO 2005 Mailing List].[Zip]
FROM [TRIO 2005 Mailing List];