Notify when Access database available for read-write

W

Walt Marston

How can I set up a Notify that another user has Access (2000) locked and
notify when available? I have several front-ends linked to tables in a
back-end.
 
A

Alex Dybenko

you can try to make a proc, where you lock table for update, if lock fail -
then table is locked. so you can call this proc periodically, and then
notify user when lock succeed
 
Top