How an append query is created?
8381
06-May-2013
AVADHESH PATEL
06-May-2013Append 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