A
AnExpertNovice
The problem involves a form.
The field being updated exists in one table and is not a key.
The field can be changed by editing the table or when using the underlying
query for the form.
The field can not be updated by changing the field in the form and clicking
save without allowing cascading updates or turning off referential
integrity.
When the command DoCmd.RunCommand acCmdSaveRecord is executed the error
returned is "3200: the record cannot be deleted or changed because table
'tblname' includes related records."
Any ideas what I am doing wrong?
The field being updated exists in one table and is not a key.
The field can be changed by editing the table or when using the underlying
query for the form.
The field can not be updated by changing the field in the form and clicking
save without allowing cascading updates or turning off referential
integrity.
When the command DoCmd.RunCommand acCmdSaveRecord is executed the error
returned is "3200: the record cannot be deleted or changed because table
'tblname' includes related records."
Any ideas what I am doing wrong?