MS Access - Action Queries - Tutorialspoint
MS Access - Action Queries - Tutorialspoint
MS Access - Action Queries - Tutorialspoint
In MS Access and other DBMS systems, queries can do a lot more than just displaying data, but
they can actually perform various actions on the data in your database.
Action queries are queries that can add, change, or delete multiple records at one time.
The added benefit is that you can preview the query results in Access before you run it.
Update
Delete
Make-table
An action query cannot be undone. You should consider making a backup of any tables
that you will update by using an update query.
In the Query Type, select the Append option button. This will display the following dialog box.
Select the table name from the drop-down list and click Ok.
In the Query grid, you can see that in the Append To row all the field are selected by default
except Address1. This because that Address1 field is not available in the TempEmployee
table. So, we need to select the field from the drop-down list.
Let us look into the Address field.
Let us now run your query and you will see the following confirmation message.
Click Yes to confirm your action.
When you open the TempEmployee table, you will see all the data is added from the
tblEmployees to the TempEmployee table.