Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 29th, 2006, 10:00 AM
Registered User
 
Join Date: Apr 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error Message

Has anyone encountered this error message?

It keeps happening to one of our applications, and basically kills the entire database. This is a database that is used by about 5 different people.

Error message....

The Microsoft Jet database engine stopped the process because you and another user are attempting to change the same data at the same time.



John
 
Old June 29th, 2006, 02:59 PM
Authorized User
 
Join Date: Feb 2004
Posts: 55
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to chacquard
Default

I've runned into the same problem yesterday. For some reason it seems that there is a lock happening even if there is no real lock. I "temporarily" fixed it by compacting the database (in the tools menu).

Unfortunately, I do not know how to prevent this problem from happening again.

 
Old June 29th, 2006, 03:12 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Others will know more than I, but for now...

For each control onthe form, goto the Data table and Set the Record Locks value.

Something that also might work is splitting the database. You can use the wizard, but I prefer just to make a copy of the database and call one MyDataBase-DB.mdb and MyDataBase-GUI.mdb or whatever you would like. Delete all the Forms, Queries, Reports and Modules from the DB Version, and delete all Tables from the GUI one. Then go into the GUI 1 and link all the tables from the DB one.

Trying both of these should help you out.

Mike

Mike
EchoVue.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the error message for a 500 server error? chobo2 C# 2005 1 May 4th, 2008 03:11 AM
Where does the error message go? Wei Wang BOOK: Beginning PHP5, Apache, and MySQL Web Development ISBN: 978-0-7645-7966-0 1 March 13th, 2006 02:03 PM
Error Message alannoble26 Excel VBA 4 November 25th, 2005 11:20 AM
error message. Tasha Access VBA 2 August 11th, 2004 11:07 PM
Help with Error message mariakovacs Classic ASP Databases 3 October 10th, 2003 03:59 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.