I have an MS Access database that is running ADO code to work against a SQL back-end. I have a form in which the users can delete records out of the database by clicking a button. My code runs correctly and deletes out the record as I expect, but if I either run "Me.Requery" or if I just close the form without requering the data I get this message that states:
"Write Conflict:
The record has been changed by another user since you started editing it. If you save the record, you will over write the changes the other user has made.
Copying the changes to the clipboard will let you look at the values the other user has entered, and then paste your changes back in if you decide to make changes
[Save Record] [Copy To Clipboard] [Drop Changes]"
The changes in the database save correctly, this is just a message on the form. I am not sure how to get around this or turn this option off, but it is unnecessary as I am the only person in the database and I have made no changes to the record.
Thank you for you time,
T.J.
"Write Conflict:
The record has been changed by another user since you started editing it. If you save the record, you will over write the changes the other user has made.
Copying the changes to the clipboard will let you look at the values the other user has entered, and then paste your changes back in if you decide to make changes
[Save Record] [Copy To Clipboard] [Drop Changes]"
The changes in the database save correctly, this is just a message on the form. I am not sure how to get around this or turn this option off, but it is unnecessary as I am the only person in the database and I have made no changes to the record.
Thank you for you time,
T.J.