Results 1 to 5 of 5
  1. #1
    jerem is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2012
    Posts
    88

    STOP: Do you want to save changes to the design of form 'Chart1'?

    How can you stop this prompt? I have checked everywhere on internet and cannot find an answer!

    I have a Navigation Form in Access 2010. First page has two subforms: Datasheet1 and Chart1.


    Whenever I click on another tab of the Navigation Form I get the mentioned prompt! (unless I do a control+s before)

    I have checked everywhere but can't seem to find. Some suggest to use the DoCmd.Close + Saveno but it doesn't apply here since I am not closing anything. Another was suggesting a code using .SetWarnings False but it doesn't work either.

    Any genius who could give me an answer?
    Thank you!

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    With those names for your forms it sounds like you do not have much developed yet. Why not do a Compact and Repair and then ZIP up the db and attach it to a post with the GoAdvanced area? Maybe someone will have time to look at it.

  3. #3
    jerem is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2012
    Posts
    88
    The forms have different names. I changed them in the thread for the sake of clarity. Now you know that my first subform is a datasheet and the second is a chart. I have done compact and repair. I have also re-created the chart1 form in case the form was corrupted but nothing helps.

  4. #4
    jerem is offline Advanced Beginner
    Windows 7 64bit Access 2010 64bit
    Join Date
    Nov 2012
    Posts
    88
    Alright! The solution was to insert the code
    Code:
    DoCmd.SetWarnings False
    in the On Open event for all the Navigation tabs. I don't have warnings anymore but since I created my own warnings to restrict the user, it doesn't really matter.

  5. #5
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 7 64bit Access 2010 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,917
    Thanks for posting back with your solution.

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

Similar Threads

  1. Replies: 3
    Last Post: 12-12-2012, 01:13 AM
  2. Can't save design changes
    By premis in forum Access
    Replies: 6
    Last Post: 07-19-2012, 07:59 PM
  3. What makes form 'design save' before open?
    By bhammer in forum Forms
    Replies: 2
    Last Post: 04-23-2012, 03:08 PM
  4. Stop auto save of forms
    By shanky365 in forum Forms
    Replies: 2
    Last Post: 07-28-2011, 08:37 AM
  5. Replies: 2
    Last Post: 11-29-2009, 12:00 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