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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top