Custom Message When Record is Locked

D

David W

Is there a way to intercept and change the message
"You cannot assign a value to this"
when a record is being edited by another user?
If you didnt know what was going on, it could be kinda misleading.
 
M

Michel Walsh

Hi,


In the Form OnError event procedure ? You will have to check the error
number supplied in the argument.


Hoping it may help,
Vanderghast, Access MVP
 
Top