ACC2000: How to Use the UniqueTable Property of a Data Access Page (263650)
The information in this article applies to:
This article was previously published under Q263650 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SUMMARY
A data access page that is based on a query or view that has more than one table will not be automatically updateable even if the underlying record source is updateable. To make the underlying record source updateable from the data access page, you can use the UniqueTable property to specify the name of the table that will be updateable. However, the UniqueTable property can specify only one table from the underlying record source. All remaining tables in the underlying record source cannot be updated.
For example, if a data access page is based on an updateable query that uses the Customers and the Orders tables in the sample database Northwind.mdb, only one of the two tables can be updated in that data access page. You can specify either Customers or Orders in the group's UniqueTable property, and then that table's fields can be updated. If you specify no value for the UniqueTable property, neither table will be updateable.
REFERENCESFor more information about the UniqueTable property, click Microsoft Access Help on the Help menu, type uniquetable property in the Office Assistant or the Answer Wizard, and then click Search to view the topic.
Modification Type: | Major | Last Reviewed: | 12/12/2002 |
---|
Keywords: | AccDAP DAPHowTo kbDAP kbdta KB263650 |
---|
|