How do I remove duplicate records based on criteria?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to remove duplicates from a table using a two part primary key.
I want to choose which record to keep based on a third column. I want to
choose based on the max create date for the records
 
I'm not sure about this two part primary key, but you can use the duplicate
query wizard to find any duplicate records (you can specify which fields to
check for duplicates) and then delete all of the older records through the
query.
 

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