Why I got this error message? Why it happend?How to solve this?
Printable View
Why I got this error message? Why it happend?How to solve this?
That isn't very much information to go on, so this is nothing more than a guess.
You have an Access database, and more then one person is attempting to access the same record at the same time.
If you give some more details, perhaps a more solid conclusion could be arrived at.
Nobody access the Microsoft Access except me, I am not using server just desktop compute. I use ADODB connection and the record set
It sounds like you are trying to do something which requires exclusive access to the table, but your other code is already using it (perhaps via a recordset that you have forgotten to close) or even Access itself (if you have it open in an Access window).