I am using access 2013 on the front end and sql server 2014 on the backend. I have a form in access that has Record Locks set to "Edited Record" and under Options->Client Settings->Default Record Locking I have "Edited Record" checked.
I want the record to lock on the form when one user is editing the data. The problem is when another user is on the same record it does not show the lock indicator on the top left of the form for the second user.
So the second user thinks the record is not locked and starts to edit, when they move to the next record they get the write conflict error, that another user is editing the data to copy to clipboard or drop changes, Now the user knows it was being edited and drops changes, causing lost time that could have been avoided if the second user was able to see the locked indicator in the top left corner of the form.
So my question is why doesn't the locked indicator show up for the second user or is there a way to just pop a message box up that allows the second user to know that the record is being edited by another user.
Form.RecordLocks Property
and
It's also in the Online help.