My problem.
I have written a stored procedure to calculate a number of fields that are being presented through a form on an Ms Access front end (to a MSSQL2000 db).
as soon as I call Me.Form.Requery to get the changed values. I can the irritating message that I have caused a 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 changed 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 changes.
I know that its me that has changed the data so I want to suppress the message or prevent the message from occurring.