-
Conflict in AccessDB
Hi there,
I know this is not 100% the proper place to ask this question but I'll give it a try.:rolleyes:
I want to update a recordset that's already opened on a form in Access.
When I make the change, and I click on my subform I get the error:
Write conflict
I know that I have a write conflict, because it's designed that way. I want to continue in my code, without a user input. How can I hide that popup-screen.
Thanks a million
-
I believe its DatabaseWarnings or docmd.Warnings and you need to set it to false.
This should stop the db warnings.
Just one option, many others you could take
Vince
-
Thanks Ecniv,
unfortunately your solution didn't work out, but I've menaged to do a small redesign that prevents the message from appearing