The information in this article applies to:
SUMMARY
Moderate: Requires basic macro, coding, and interoperability skills.
MORE INFORMATION
If your server supports updating through views, you need to create an index
specification on the attachment to tell Microsoft Access which fields
uniquely specify a record returned by the view. This lets the Microsoft Jet
database engine create an updatable recordset on the view, and on Microsoft
Access queries and forms that use it.
on a linked view named SeptemberOrders that returns a subset of the remote Orders table and has a unique field named OrderID. This query does not create anything on the server, nor does it take any extra space in your Microsoft Access database. It simply tells the Jet database engine that the OrderID field is the primary key for the linked view. Note that this index is called a "fake" or "pseudo" index in that it does not improve query performance. It is only used to serve as a reference for the Microsoft Jet database engine. NOTE: If you are using the SQL Server driver (version 2.65) that is installed with Microsoft Access 97, you will be prompted to specify a unique record identifier when linking to a view. This can be a single field or a combination of fields and will allow you to update the view without creating an index. REFERENCES
For more information about creating indexes, search the Help Index for
"CREATE INDEX Statement," or ask the Microsoft Access 97 Office Assistant.
Additional query words: attaching
Keywords : kbusage QryOthr |
Last Reviewed: April 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |