Hi,
After converting our DB from MS Access 97 to 2000, I encountered an error message whenever I tried to save a brand new record. The error message is" The Jet database engine stopped the process, because you and another user are attempting to change the same data at the same time."
It looks like a sharing and locking issue, but I've set no lock on the record, and I was the only one testing the system, nobody is on the application. When I tried to debug it, the application stuck at the following commend:
DoCmd.RunCommand acCmdSaveRecord
When it is stuck there, the error message keeps popping up many times. I looked up all kinds of reference on such commend but couldn't solve the problem, when I purged half of the data from the DB,it worked, however Access 2000 is supposed to hold twice as much data as Access 97 does. Please help.
After converting our DB from MS Access 97 to 2000, I encountered an error message whenever I tried to save a brand new record. The error message is" The Jet database engine stopped the process, because you and another user are attempting to change the same data at the same time."
It looks like a sharing and locking issue, but I've set no lock on the record, and I was the only one testing the system, nobody is on the application. When I tried to debug it, the application stuck at the following commend:
DoCmd.RunCommand acCmdSaveRecord
When it is stuck there, the error message keeps popping up many times. I looked up all kinds of reference on such commend but couldn't solve the problem, when I purged half of the data from the DB,it worked, however Access 2000 is supposed to hold twice as much data as Access 97 does. Please help.