How to find duplicate records in a table?

Gkirkup

Registered User.
Local time
Yesterday, 23:04
Joined
Mar 6, 2007
Messages
628
I have a table on which I cannot set a primary key because there are duplicate records in the table. How can I use a query to show the records that are duplicated?

Robert
 
You could use a Totals Query and Group By and also Count the field you are interested in. If the Count is greater than 1 you know you have duplicates.
 

Users who are viewing this thread

Back
Top Bottom