Microsoft Jet Database engine stopped.

G

Guest

The microsoft Jet Database engine stopped because you and another user are
attempting to change the same data at the same time.
Two user were not changing the same data at the same time.
Access 03
How do we get around this error?
 
G

Guest

Given the limited information you have given, I have 2 suggestions. This is a
record locking problem:

Try rebooting your PC. Sometimes after a glitch a lock is left on a table
that will be cleared by rebooting.

Are you changing the data in code on a form that is bound to the same
data?Effectively you are locking yourself out of the data. If this is the
case I need more details to suggest a solution.
 
T

Tony Toews

Dan O said:
The microsoft Jet Database engine stopped because you and another user are
attempting to change the same data at the same time.
Two user were not changing the same data at the same time.
Access 03

This can also be a sign of a memo field corrupting.

See the Locating damage via code section at the following page.
A third method to locate minor corruption, especially in memo fields
is to write some code which loops through the records looking for an
error when accessing the memo field(s).
http://www.granite.ab.ca/access/corruption/corruptrecords.htm

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top