---
title: "How an append query is created?"  
description: "How an append query is created?"  
author: "AVADHESH PATEL"  
published: 2013-05-06  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/1722/how-an-append-query-is-created  
category: "ms access"  
tags: ["ms access"]  
reading_time: 1 minute  

---

# How an append query is created?

Append query is used while adding new data rows to the table that already exists.

**The following steps are used to create append query:**\
• Initial step is to create select query\
• Next, append query after selection\
• In query, you must select destination fields for every column\
• Records are appended by making use of functions to run

## Answers

### Answer by AVADHESH PATEL

Append query is used while adding new data rows to the table that already exists.

**The following steps are used to create append query:**\
• Initial step is to create select query\
• Next, append query after selection\
• In query, you must select destination fields for every column\
• Records are appended by making use of functions to run


---

Original Source: https://www.mindstick.com/interview/1722/how-an-append-query-is-created

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
