Admin Lockouts
-
I'm having some frustrating issues and I'm hoping that someone can help me. I have two apps created by VC++6.0 that have an Access database, they are data entry and data search apps. The code internally is arranged, in the data entry app, so that it is in edit mode for maybe a 1/10 of a second as it copies local variables to the dataset and updates it. However, while the entry app is being used the data search app (when started up) get an error message that says 'Couldn't Update; currently locked by user admin on machine '. Now this just started recently, I checked the mdb file itself under [Tools->Options->Advanced] the 'Default Open Mode' is set to Shared, and the 'Default Record Locking' is set to No Locks. What would be causing this?? I really appreciate any help someone might have with this.