Hi,
A group of users who share an Access DB get "Could not update; currently locked" error. It used to work find. But after using it extensively with data update, the error reoccurs. Is that because the Database has been corrupted or something is not
cleared probably? Or does any of the following command cause the lock?
- DoCmd.RunCommand acCmdSaveRecord
- DoCmd.RunCommand acCmdSelectRecord
- DoCmd.RunCommand acCmdCopy
- DoCmd.RunCommand acCmdRecordsGoToNew
- DoCmd.RunCommand acCmdPaste
- .Requery
Should the user open the database in another way or should I use other command to avoid the lock?
Please advice. Your help would be greatly