PurpleUnicorn
Programmer
I have a bound form (bound to table 1) with an after_update event that updates table 2 (using a recordset). It is a multi-user application with the data on a server. I sometimes get the 3197 Error - you and another user are attempting to change the same record.... The error occurs during the after_update event mentioned above and the update does not occur - which of course messes up the data and a manual adjustment must be made. It is highly unlikely that more than 1 person is attempting to update a particular record simultaneously every time this error occurs.
As far as I know, the mdbs have the default record locking set for Edited record.
I either need a method of preventing this error from occurring or a method of either preventing or undoing the update on my bound form if the error does occur.
Any insight would be greatly appreciated!
Nancy
As far as I know, the mdbs have the default record locking set for Edited record.
I either need a method of preventing this error from occurring or a method of either preventing or undoing the update on my bound form if the error does occur.
Any insight would be greatly appreciated!
Nancy