Write Conflict

accessman2

Registered User.
Local time
Today, 11:03
Joined
Sep 15, 2005
Messages
335
Hi,

I have a question.

In the form, the recordsource is table1.

When I use one button to update the values in other records in the same table (same form), there is message

Write Conflict
This record has been changed by another user since you started editing it. If you save the record, you will overwrite the changes the other user made.
Copying the changes to the clipboard will let you look at the values the other user entered, and then paste your changes back in if you decide to make chagnes.

And there are 3 options:
Save Record, Copy to Clipboard, Drop Changes

Can I omit this message?
I used docmd.setwarning False
But, this command doesn't work.

Please let me know, thanks.
 

Users who are viewing this thread

Back
Top Bottom