
Add records to a table by using an append query
You use an append query when you need to add new records to an existing table by using data from other sources. If you need to change data in an existing set of records, such as updating …
INSERT INTO Statement - Microsoft Support
If a query is specified, the Microsoft Access database engine appends records to any and all tables specified by the query. INSERT INTO is optional but when included, precedes the …
Introduction to queries - Microsoft Support
You can use an append query to retrieve data from one or more tables and add that data to another table. For example, suppose that you created a table to share with a Chicago …
Common errors when you run an append query - Microsoft Support
Getting an error when you try to run an append query in an Access desktop database? Here are some hints to fix the problem.
Use parameters to ask for input when running a query
To make a query in Access databases ask for criteria when you run it, create a parameter query. This allows you to use the same query over and over without having to constantly open it in …
Examples of query criteria - Microsoft Support
Query criteria help you zero in on specific items in an Access database. If an item matches all the criteria you enter, it appears in the query results. To add criteria to an Access query, open the …
Use a union query to combine multiple queries into a single result
In an Access union query, ordering is allowed only once but each query can be filtered individually. Building on the previous section's union query, here's an example of where we've …
Create and run an update query - Microsoft Support
You use update queries in Access databases to add, change, or delete the information in an existing record. You can think of update queries as a powerful form of the Find and Replace …
Turn delete object and action query confirmation messages on or off
An action query can append, delete, or update data, or make a new table using existing data. Action queries are very powerful, but that power entails some risk of unintended data changes.
Create a simple select query - Microsoft Support
Queries help retrieve information from your Access database. Here's how to create a simple select query.