Hi,
Normally, the second user will receive an error: something like: ...data was modified by user......
However, if users open the form for view only, there will be no lock at all. Concurrent update may happen that the 2nd user will be no luck. This is normal for database operation. It called deadlock victim. Certain manual control procedure is needed to prevent it happen.
Thanks,
Gordon