Write conflict

  • Thread starter Thread starter xanders
  • Start date Start date
X

xanders

When two users change the same record there wil be a
message fired of by MS Access (2000) "Write conflict".
This message has no err.number and I can't trigger this
message. Can somebody help me to trigger this message so I
can explain the user what kind a problem just happened and
what to do.
 
Hi Arvin

There is no errornumber fired off.
I trigger some essential events (Form_Current,
Form_AfterUpdate, Form_Error) but none of these events
will trigger this message. I believe it is an ODBC error
and that is difficult to trigger I heard.
Maybe you know now what I mean.
 
There was no mention of a server database in your first post. Access/JET
does not use ODBC, but server databases can use either ODBC or OLEDB to
connect to the front-end (Access) Unfortunately, ODBC does not always convey
errors properly back to the front-end, so you may not get a helpful message.
--
Arvin Meyer, MCP, MVP
Microsoft Access
Free Access Downloads
http://www.datastrat.com
http://www.mvps.org/access
 

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

Back
Top