Append Query
It create a query that contains the table whose records you want to append to
another table.
- You can append to only one or more fields, or all the fields to another
table. What you must make sure is that the field names in the two tables
must be the same. Otherwise it will show you an error message with an
unknown field name.
- Using my sample example, on the main menu, click Query->New and
double-click Design View in the New Query dialog box.
- In the Show Table dialog box, select the table "MalaysiaPlants", click
Add, then close the dialog box.
- Right-click the title bar of the Query1 window. Position the mouse on
"Query Type" and click Append Query…
- In the "MalaysiaPlants" list, double-click on "Material" field if you
want to append only this field. Double-click the asterisk field if you want
to append to all fields.
- Save the query with any name.
- To see the SQL statement, right-click the title bar of the Query1 window
and click SQL View.
- To execute the query, on the main menu, click Query->Run. You will
receive a message box. Click Yes.
- Open the "SingaporePlants" table, you will see that two rows from "MalaysiaPlants"
table had been added to.




