G
Guest
I need to find suspected duplicates in a query. I started with the find
duplicates query and made the following modifications:
In (SELECT (Left$([Application], 20)) FROM [Quest_Application_Count] As
Tmp GROUP BY [Application] HAVING Count(*)>1 )
I get zero results. I know there are duplicates:
Application
Abacast Version 1.22
Abacast Version 1.25f1
Abacast Version 1.31
Abacast Version 1.32
2000 TurboTax Deluxe
2000 TurboTax for Windows
2001 TurboTax Deluxe
How do I find the suspected duplicates?
duplicates query and made the following modifications:
In (SELECT (Left$([Application], 20)) FROM [Quest_Application_Count] As
Tmp GROUP BY [Application] HAVING Count(*)>1 )
I get zero results. I know there are duplicates:
Application
Abacast Version 1.22
Abacast Version 1.25f1
Abacast Version 1.31
Abacast Version 1.32
2000 TurboTax Deluxe
2000 TurboTax for Windows
2001 TurboTax Deluxe
How do I find the suspected duplicates?