Delete Duplicate Values

  • Thread starter Thread starter Mary
  • Start date Start date
M

Mary

I have a Find duplicages query with hundreds of duplicate
values. I want to delete all duplicates. Is there a
quick way to do this?
 
Not really.

Simplest idea is to create a query that generates the non-duplicated data.
Turn it into a MakeTable query (Make Table on Query menu).
Run it, and then delete the original table.
 
Back
Top