Quick summary
This tutorial shows how to delete duplicate records in Microsoft Access using a SQL query built inside Query Design view. By writing and running a targeted DELETE SQL statement, you can clean up redundant data from any Access table in just a few steps.
Steps
- Go to the Create tab in the MS Access ribbon.
- Select Query Design to open a new query window.
- Click View and select SQL View to switch to the SQL editor.
- Enter your delete query to target and remove the duplicate records.
- Click Run to execute the query and see the results.



