Checking a record for record locking

  • Thread starter Thread starter John Conklin
  • Start date Start date
J

John Conklin

Good Morning,

Is there a way in VBA to check if a record is currently locked, and if so
display a message to the user with the user name of who has it locked?

Any help or examples would be appreciated.

Thanks,
~John
 
You can try to lock record, and then check for error - if error occur - then
record in locked
 
Back
Top