Jet database engine error

  • Thread starter Thread starter lawrence ryz
  • Start date Start date
L

lawrence ryz

I wondered if anyone has the solution to the following
error which I encounter when entering information in a
form which I have created in Access:

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

This error has the effect of freezing the computer and I
am the only user using the problem. I thought that by
upgrading to Office XP this would solve the problem, but
it hasn't.

I would be very grateful to anyone who can help.

Lawrence Ryz
(e-mail address removed)
 
I wondered if anyone has the solution to the following
error which I encounter when entering information in a
form which I have created in Access:

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

This usually happens because you are attempting to update the same
record in two different ways at the same time, for instance by having
the record open on a Form and using VBA code or an Update query which
attempts to affect the same record; or having two forms (perhaps a
form and a subform) both editing the same record simultaneously.

If that's not the case please post a bit of the context which causes
this error.
 
Back
Top