MS Access-Creating Table
MS Access-Creating Table
MS Access-Creating Table
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.
Microsoft Access provides 4 different types of Action Queries −
o Append
o Update
o Delete
o 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.
Example
Let us now take a look at a simple example by creating a parameter query. Let us open
your database and select Query Design in the Create table tab