Delete both duplicate values

  • Thread starter Thread starter shredder
  • Start date Start date
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
'====================================================
 
Back
Top