Results 1 to 5 of 5
  1. #1
    loop123 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2017
    Posts
    2

    Form write conflict

    Hello,



    in a form I have a combinationfield. If I select a certain value from this field another form (popup) will open where I can enter more detailed information. If I save the information from the form and go back to the original form I get the message write conflict.
    If I enter in the combination field setting thst the data should not be saved in any table etc. I will not get a wrtie conflict and it works. But I need to save the values from the combination field. Does somebdy has an idea how to solve this issue?

  2. #2
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    You can try forcing a save of the original form's data before opening the popup.

    If Me.Dirty Then Me.Dirty = False
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

  3. #3
    loop123 is offline Novice
    Windows 10 Access 2010 64bit
    Join Date
    Feb 2017
    Posts
    2
    Unfortunately still not working. The code has no impact

  4. #4
    andy49's Avatar
    andy49 is offline VIP
    Windows 10 Access 2007
    Join Date
    Nov 2016
    Location
    London
    Posts
    1,051
    Any use loop?


    Sent from my iPhone using Tapatalk

  5. #5
    pbaldy's Avatar
    pbaldy is offline Who is John Galt?
    Windows XP Access 2007
    Join Date
    Feb 2010
    Location
    Nevada, USA
    Posts
    22,652
    Quote Originally Posted by loop123 View Post
    Unfortunately still not working. The code has no impact
    What exactly is your code now?
    Paul (wino moderator)
    MS Access MVP 2007-2019
    www.BaldyWeb.com

Please reply to this thread with any new information or opinions.

Similar Threads

  1. sub form write conflict error
    By Slush in forum Forms
    Replies: 4
    Last Post: 09-23-2016, 02:02 PM
  2. Replies: 21
    Last Post: 09-16-2016, 08:44 PM
  3. Write Conflict Help
    By jbailey4545 in forum Access
    Replies: 5
    Last Post: 01-24-2014, 02:25 PM
  4. Write conflict
    By IslandHydro in forum Programming
    Replies: 4
    Last Post: 10-25-2013, 09:30 AM
  5. Replies: 3
    Last Post: 08-06-2012, 03:29 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums