Quick summary
Clearing table data in MS Access is done by building and running a delete query in Query Design view, which permanently removes all records from the selected table. This step-by-step process uses the Access Ribbon to configure, run, and confirm the deletion without writing any SQL manually.
Steps
- Open your Access database to get started.
- Go to the Create tab in the Ribbon.
- Click on Query Design to open a new query in Design View.
- Add the table from which you want to delete data by clicking Add Selected Tables.
- In Design View, click the Delete button in the Ribbon to convert the query into a delete query.
- In the Query Design grid, under the Field row, select the asterisk icon to target all records.
- Click Run (the red exclamation mark on the Ribbon) to execute the query.
- Go to the Navigation Pane and click Close.
- Under Queries, select the query you want to clear.
- Click Run to execute the query — you will be asked to confirm the deletion.
- Click Yes to delete all records in the table.
- The process is complete — using this method will permanently delete the data in the table.
.gif)



