Results 1 to 2 of 2
  1. #1
    bsc is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2011
    Posts
    28

    Moving Split Form Splitter bar making Dirty form?

    I have a split form. If the user adjusts the splitter bar, then on form or database exit they are presented a message asking if the form(s) should be saved.



    Since they would not have the permissiones to save the "changed form" anyway I would like to squelch this message.

    Any ideas how to kill these mesages?

    Thanks

  2. #2
    bsc is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Aug 2011
    Posts
    28
    Private Sub Form_Close()
    DoCmd.SetWarnings False
    End Sub

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

Similar Threads

  1. On Dirty fires but Me.Dirty = False (v2010)
    By Rod in forum Programming
    Replies: 5
    Last Post: 07-30-2011, 08:42 PM
  2. Replies: 2
    Last Post: 01-06-2011, 08:02 AM
  3. making a table from a filtered split form
    By stephenaa5 in forum Queries
    Replies: 2
    Last Post: 08-25-2010, 08:56 PM
  4. Things moving around on my form
    By jlm722 in forum Forms
    Replies: 0
    Last Post: 09-30-2009, 03:34 PM
  5. Moving Information from One Form to Another
    By bsharpbyoung in forum Forms
    Replies: 2
    Last Post: 03-22-2009, 09:37 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