Hello everyone! Please help!
I have a VB6 app connected to an Access97 mdb file. The mdb is set to shared use. I want my VB6 app to allow multi-user access, but when a record is in Edit mode Error 3260 occurs saying the record is locked by another user if I try to edit the same record. I have trapped the error code, but there is a delay till VB returns the trapped code into a msgbox. Is there a better (and quicker way) to do tell the user that the record is currently locked, and (less important) is it possible to trap the username who has locked the record?
Your help is greatly appreciated.
I have a VB6 app connected to an Access97 mdb file. The mdb is set to shared use. I want my VB6 app to allow multi-user access, but when a record is in Edit mode Error 3260 occurs saying the record is locked by another user if I try to edit the same record. I have trapped the error code, but there is a delay till VB returns the trapped code into a msgbox. Is there a better (and quicker way) to do tell the user that the record is currently locked, and (less important) is it possible to trap the username who has locked the record?
Your help is greatly appreciated.