Results 1 to 2 of 2
  1. #1
    astange is offline Novice
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2017
    Location
    Houston, Texas
    Posts
    13

    Closing the Access program with the exit application button in switchboard manager


    How to Close the Access program with the exit application button in switchboard manager.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,822
    I have never used the switchboard manager wizard to set up a 'menu' form. Just a normal form and VBA. There's a reason MS deprecated the wizard and makes it hard to find. The thing is a pain in *** to manage. It used to be readily accessible from ribbon back in Access2007. Now have to find and activate.

    Set the button to RunCode. Create a VBA function with code: DoCmd.Quit. Call the function.

    Or set it to RunMacro. Create a macro object that executes the QuitAccess command. Call the macro.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 1
    Last Post: 09-27-2013, 03:53 PM
  2. switchboard manager in access 2007
    By sireesha in forum Access
    Replies: 1
    Last Post: 06-22-2013, 09:56 AM
  3. Replies: 7
    Last Post: 09-13-2011, 01:38 PM
  4. Replies: 9
    Last Post: 08-06-2011, 02:10 PM
  5. Replies: 9
    Last Post: 12-28-2009, 04:01 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