Results 1 to 12 of 12
  1. #1
    enquiries is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Nov 2013
    Location
    Samoa
    Posts
    69

    Multiple Switchboards to open in different tabs


    Hi there,

    I have a main switchboard but because the limit on it is 8 objects I decided to have different switchboards (Main data-entry switchboard, Query switchboard, and Report/Printing switchboard). I can easily add an object on the MAIN switchboard to open the Query switchboard and then on that Query switchboard have a button to go back to the MAIN switchboard but what I would like to do is have each switchboard open in different tabs instead, maybe a macro or "onclick" event needed? Would it be easy to build and customize my own switchboard?

    Any help much appreciated Thanks.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Why is there a limit of 8 objects? You are using the Switchboard wizard? Access has deprecated the wizard. It will still work but finding it takes more effort.

    I never used the Switchboard wizard. Didn't like the results. Too hard to understand and modify. From what I remember, it should be expandable from the initial 8 buttons the wizard establishes. Don't know if multiple 'switchboards' possible.

    I build 'Menu' form with a regular form and command buttons and VBA code (I don't use macros).

    What do you mean by 'tabs' - tabbed documents? I always set database for overlapping windows.
    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.

  3. #3
    enquiries is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Nov 2013
    Location
    Samoa
    Posts
    69
    I'm using the switchboard manager in Access 2007, it doesn't come up with a wizard. When I add on more than 8 items - It comes up with the error "Sorry, only eight items are allowed per switchboard page." I can't find a way to expand it But actually I did try using a form as a startup but it returned errors with my macros when I selected cancel on some of the buttons because my queries were dynamic and prompted for parameters. So need to, find a way to have multiple switchboards in tabs as in tabbed documents (like when opening a new form in a new window that opens in a tab) because when I click on it, I want the MAIN switchboard to still be there - it opens "in replace" of the MAIN switchboard or if not I'll just have the button to return to the MAIN switchboard. But I'm tight on time, so probably won't attempt customizing my own. Thanks for your help and time

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Wizard ... Manager, didn't like it.

    Switchboard buttons can be added by manually creating record directly in the Switchboard Items table. Just tested that.

    I don't use dynamic parameterized queries. I pass filter criteria to the form or report when opened.

    DoCmd.OpenForm "form name", , , "some field = somevalue"

    Main menu form will remain open and the second form will open as another tab.

    Maybe you will find this interesting http://accessextra.blogspot.com/2010...converter.html
    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.

  5. #5
    enquiries is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Nov 2013
    Location
    Samoa
    Posts
    69
    That's Awesome!! Thanks Adding in the table let me add onto the switchboard and will follow the tutorial to show the wizard

    And that filter/criteria sounds like a better solution - will test it when I have time. Thanks again!!

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Glad you have progress. Did some more testing. One switchboard only. Switchboard has pages. Pages have buttons.

    The link I provided is not a tutorial for switchboard wizard. It is about a tool that can convert the switchboard to a custom ribbon.
    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.

  7. #7
    enquiries is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Nov 2013
    Location
    Samoa
    Posts
    69
    Sorry do you have any that is compatible with 2007 please. It's giving me an error to upgrade to a new version when I try and open the file. Thank you

  8. #8
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Do I have any what?
    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.

  9. #9
    enquiries is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Nov 2013
    Location
    Samoa
    Posts
    69
    switchboard to ribbon converter wizard for access 2007

  10. #10
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    No, I found that one by accident on Bing search.
    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.

  11. #11
    enquiries is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Nov 2013
    Location
    Samoa
    Posts
    69
    Lol, thanks anyways - still searching for one on google.

  12. #12
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,646
    Is that an error or a prompt to acknowledge? What happens if you say 'yes'?
    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: 22
    Last Post: 12-29-2015, 10:41 PM
  2. Having multiple switchboards in one database
    By sevanty7 in forum Access
    Replies: 2
    Last Post: 05-03-2013, 09:17 AM
  3. Replies: 12
    Last Post: 12-17-2012, 12:47 PM
  4. TransferSpreadsheet to Excel (Multiple Tabs)
    By smoothlarryhughes in forum Import/Export Data
    Replies: 9
    Last Post: 11-10-2012, 12:59 PM
  5. 1 Form used to open Multiple Tabs
    By joefonseca79 in forum Forms
    Replies: 3
    Last Post: 03-08-2011, 09:42 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