Results 1 to 3 of 3

Thread: Conflict in AccessDB

  1. #1

    Thread Starter
    Hyperactive Member mvrp350's Avatar
    Join Date
    Feb 2001
    Location
    Best, the Netherlands
    Posts
    322

    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

  2. #2
    Don't Panic! Ecniv's Avatar
    Join Date
    Nov 2000
    Location
    Amsterdam...
    Posts
    5,343
    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

    BOFH Now, BOFH Past, Information on duplicates

    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...

  3. #3

    Thread Starter
    Hyperactive Member mvrp350's Avatar
    Join Date
    Feb 2001
    Location
    Best, the Netherlands
    Posts
    322
    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
  •  



Click Here to Expand Forum to Full Width