You cannot edit or delete a record on a data access page (295213)
The information in this article applies to:
- Microsoft Office Access 2003
- Microsoft Access 2002
This article was previously published under Q295213 Moderate: Requires basic macro, coding, and interoperability skills.
This article applies to a Microsoft Access database (.mdb) and to a Microsoft Access project (.adp).
SYMPTOMS
When you try to edit a record that has an expression on a data access page, you receive the following error message
A value could not be saved into the data source's '<FieldName>' field.
Operation failed with a status of 0.
Discard changed value?
where FieldName is the name of the field that you are editing.
When you try to delete a record, you receive the following error message:
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.
CAUSE
The expression is evaluated when the underlying recordset is modified. These errors occur if the expression is not valid.RESOLUTION
When you edit or delete records, make sure that you have valid values in the expression that can be evaluated correctly. For example, if the expression divides by a field value, make sure that the value is not zero.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 9/27/2006 |
---|
Keywords: | kbprb kberrmsg kbnofix KB295213 kbAudDeveloper |
---|
|