Quick summary
A Delete Query in MS Access lets you permanently remove records from a table using the Query Design tool. This step-by-step walkthrough covers everything from opening Query Design to confirming the deletion in MS Access.
Steps
- Open MS Access and navigate to the table you want to delete records from.
- Go to the Create tab in the Ribbon.
- Click on Query Design.
- Add the table from which you want to delete data by clicking Add Selected Tables.
- Select Delete from the Query Type group to convert the query into a DELETE query.
- In the Query Design grid, under the Field row, select the asterisk icon.
- Click Run (the red exclamation mark) on the Ribbon.
- Go to the Navigation Pane and click Close.
- Confirm the action when prompted, as it will permanently delete the data.
- Click Yes to delete all records in the table.
- Your Delete Query is complete — all selected data has been permanently removed from the table.
.gif)



