A
Angela
On a form that is tied to a table, the user changes a field called "status".
When that field is changed, a few related records in the same table also need
to change. In the AfterUpdate event, I inserted a procedure that created a
recordset on the table which found the related records and attempts to update
them. However, I am getting the "3188 error". The recordset does not
include the same record that is being modified on the form. The database is
set to "no locks" and "open with record locking" is unchecked. What am I
doing wrong?
Thanks
Angela
When that field is changed, a few related records in the same table also need
to change. In the AfterUpdate event, I inserted a procedure that created a
recordset on the table which found the related records and attempts to update
them. However, I am getting the "3188 error". The recordset does not
include the same record that is being modified on the form. The database is
set to "no locks" and "open with record locking" is unchecked. What am I
doing wrong?
Thanks
Angela