ACC: Updating and Appending Records in One Update Query (127977)
The information in this article applies to:
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q127977 Novice: Requires knowledge of the user interface on single-user computers.
SUMMARY
In Microsoft Access, you can use an update query to append unique new
records to a table as well as update existing records in the table. For
example, using two tables (Table1 and Table2) in an update query, you can
update older records in Table1 by using newer data from Table2 and append
any unique new records to Table1 from Table2.
NOTE: An update query can append and update records only if the tables
contain a unique index that does not have the AutoNumber data type (or
Counter data type in version 2.0).
REFERENCES
For more information about update queries, search the Help index for
"update queries."
Modification Type: | Major | Last Reviewed: | 5/6/2003 |
---|
Keywords: | kbinfo KB127977 |
---|
|