Since the records are duplicates, there's not really a way to do this with a
query. If you don't care which record gets saved, you can create a new
table with a compound primary key that will prevent duplicates from being
added. Then create an append query that copies data from the old table to
the new. At the end, you will get an error message telling you how many
records were not appended due to duplication. Click ok and the new table
will now be duplicate free. Delete the old table once you are sure that the
new table is correct.