Quick summary
An append query in MS Access lets you copy records from one table and insert them into another table within the same or a different database. This step-by-step walkthrough covers every click — from opening Query Design to running the final append action.
Steps
- Launch MS Access and open the database where you want to create the query, then click the Create tab.
- Click Query Design to open a new query in design mode.
- In the Show Table dialog box, select the table or query that contains the data you want to append.
- Click Add Selected Tables to add the source table to the query grid.
- On the ribbon, go to the Query Design tab and select Append to change the query type.
- In the Append To dialog box, select the destination table where you want to append the data.
- Click OK to confirm the destination table selection.
- Add the fields you want to append by double-clicking them in the table list or dragging them to the query grid.
- Click View on the ribbon to switch out of Design View.
- Select Datasheet View to preview the records that will be appended before running the query.
- Switch back to Design View to prepare to run the query.
- Click Run and confirm the action when prompted to execute the append query.
.gif)



