|
-
Aug 8th, 2002, 04:09 AM
#1
Thread Starter
Hyperactive Member
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.
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
-
Aug 8th, 2002, 04:39 AM
#2
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
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
-
Aug 8th, 2002, 06:12 AM
#3
Thread Starter
Hyperactive Member
Thanks Ecniv,
unfortunately your solution didn't work out, but I've menaged to do a small redesign that prevents the message from appearing
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|