Delete both duplicate values

J

John Spencer

If you have a SELECT query that identifies the duplicates, you should be
able to convert that into a delete query if you have a primary key in
the table.

'====================================================
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
'====================================================
 
Top