Quick summary
An MS Access Update Query lets you modify existing records in a table using a structured Query Design interface. This step-by-step demo shows how to create, configure, and run an Update Query without writing SQL manually.
Steps
- Click on the Create tab in the MS Access ribbon.
- Click Query Design to open a new query in Design view.
- Select the table you want to update and click Add Selected Tables.
- In the Query Design tab, click Update in the Query Type group to switch the query type.
- Drag the fields you want to update into the grid, or double-click them from the table to add them.
- In the Update To row for each field, enter the value or expression to apply to that field.
- Click the Run button on the ribbon to execute the Update Query.
- When MS Access prompts you to confirm, click OK to proceed and apply the updates.



