G Gkirkup Registered User. Local time Yesterday, 23:04 Joined Mar 6, 2007 Messages 628 Nov 13, 2010 #1 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
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
John Big Booty AWF VIP Local time Today, 16:04 Joined Aug 29, 2005 Messages 8,262 Nov 13, 2010 #2 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.
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.