Removing Duplicate Records - Keep Unique Records

C

Craig Walker

Hi All:

I have a 500,000 record table, but there are 5 of each entry so really only
100,000 unique records. I want to remove the duplicate data. I know in
Excel, I would do a pivot table, but the pivot table in Access didn't seem to
work the same.

Any help would be greatly apprciated.

Thanks,
Craig
 
A

Allen Browne

1. Create a query into this table

2. Drag the fields you want into the grid.

3. Open the Properties box (View menu), and set the Unique Records property
to Yes. (Alternatively, set the Unique Values property instead if you just
want the deduplication based on the fields chosen in the query, not all
fields.)

If you want to create a table that does not have the duplicates:

4. Change your query to a Make Table query (Make Table on Query menu).
Access will ask for a new name for the query.

5. Run the query. (Run on Query menu.)
After checking the results, you can 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

Top