ACC: Attached SQL Server Table Cannot Be Updated
Article ID: 129166
Article Last Modified on 1/19/2007
APPLIES TO
- Microsoft Access 2.0 Standard Edition
- Microsoft Access 95 Standard Edition
- Microsoft Access 97 Standard Edition
This article was previously published under Q129166
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you try to make changes to a linked (attached) SQL Server table, you
cannot update the table.
RESOLUTION
To work around this behavior, check that the linked table has a unique
index and that the unique index does not contain a timestamp field. If the
unique index does contain a timestamp field, drop the index and create a
new unique index on a field other than a timestamp field.
Keywords: kbprb kbusage KB129166