L
Lawrence Ryz
Further to my earlier post on this subject and your reply
I would be grateful if you could give me some more
information on how to fix this.
Thanking you in anticipation
Lawrence
Subject: Re: Jet database engine error
From: "John Vinson"
<jvinson@STOP_SPAM.WysardOfInfo.com> Sent: 1/11/2004
3:26:45 PM
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.
..
I would be grateful if you could give me some more
information on how to fix this.
Thanking you in anticipation
Lawrence
Subject: Re: Jet database engine error
From: "John Vinson"
<jvinson@STOP_SPAM.WysardOfInfo.com> Sent: 1/11/2004
3:26:45 PM
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.
..