This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
action query
A query that copies or changes data. Action queries include append, delete, make-table, and update queries; they are identified by an exclamation point (!) next to their name in the Database window. Append and make-table queries copy existing data; delete and update queries change existing data. These queries are also known as DML (Data Manipulation Language).