Locked Record

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Good morning,

Could someone show me how I can using an event detect if the active record
has been locked by another user.

Is there a way to determine which user has locked that specific record?

Thank you for the help!

Daniel
 
Hi,
what you can do - is to try to lock this record (say open recordset in
locked mode) - if you get an error - then record is locked already
 
Back
Top