The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. This article applies only to a Microsoft Access project (.adp). SYMPTOMSYou find that you cannot delete, update, or insert new records in a table in an Access project. CAUSEThe table does not have a unique index. RESOLUTIONTo work around this behavior, check that the table has a unique index. If the table does not have a unique index, create a unique index by using a stored procedure such as the one in the "How to Correct the Behavior" section that follows step 4 of the "Steps to Reproduce Behavior" section later in this article. MORE INFORMATIONCAUTION: Following the steps in this example will modify the sample Access
project NorthwindCS.adp. You may want to back up the NorthwindCS.adp file and perform
these steps on a copy of the project.
Steps to Reproduce Behavior
Create Procedure "MakeTestTable" How to Correct the BehaviorYou can correct this behavior by running the following stored procedure:Create Procedure "FixTestTable" Additional query words: prb
Keywords : kbusage kbdta AccessCS OdbcSqlms |
Last Reviewed: November 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |