Action Query

Applies to: Access 2013 | Access 2016

An action query changes data or copies data. Action queries include append, delete, make-table, and update queries. In contrast, a select query doesn't copy or change data; it simply returns a set of records.

Action query type Description
Append Adds the records in a query's result set to the end of an existing table.
Delete Deletes a set of rows that match the criteria you specify.
Make-Table Creates a new table from the result set of an existing query.
Update Changes a set of records according to criteria you specify.

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.