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

    How To Launch a Dashboard from my switchboard


    I am using a dashboard builder by open gate software and need to launch them from my switchboard, i am not sure how to make this happen.Click image for larger version. 

Name:	dashboard.JPG 
Views:	21 
Size:	168.4 KB 
ID:	31576
    Click image for larger version. 

Name:	Switchboard.JPG 
Views:	20 
Size:	67.7 KB 
ID:	31578

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,549
    set the switchboard table field: Command = 3 (form browse)
    [argument]= frmDashboard (or whatever the form name is)

    Helpful item:
    I built a table of the commands, tSbCommands
    I set the switchboard table field: Command
    the LOOKUP type = combo
    rowsource = tSbCommands

    This way just pick the command visually .

    SwCmd Action
    0 Header of form
    1 Switchboard
    2 FormAdd
    3 FormBrowse
    4 Report
    5 Customize Switch
    6 Exit
    7 Run Macro
    8 Run Code
    9 Table

  3. #3
    astange is offline Novice
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2017
    Location
    Houston, Texas
    Posts
    13
    Still having trouble figuring out exactly where to put fLoadDashboard(1801) to open the dashboard from my switchboard. tried putting it in the switchboard tbl but it gives the error incorrect frm name...

  4. #4
    astange is offline Novice
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2017
    Location
    Houston, Texas
    Posts
    13
    where would i insert the VB launch code fLoadDashboard(1801)?

  5. #5
    astange is offline Novice
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2017
    Location
    Houston, Texas
    Posts
    13
    Please Help!

  6. #6
    astange is offline Novice
    Windows 7 32bit Access 2013 32bit
    Join Date
    Nov 2017
    Location
    Houston, Texas
    Posts
    13
    any ideas on how to accomplish this?

  7. #7
    Minty is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2017
    Location
    UK - Wiltshire
    Posts
    3,144
    I'm not sure what you are referring to with fLoadDashboard(1801)?

    Is that really the name of your form? I would strongly advise taking out those brackets if it is, as I doubt Access will parse that name being passed into 99% of functions correctly.

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

Similar Threads

  1. What is wrong with using a dashboard
    By Lou_Reed in forum Access
    Replies: 4
    Last Post: 06-21-2017, 12:58 AM
  2. Dashboard setup
    By anastam in forum Access
    Replies: 1
    Last Post: 07-12-2016, 12:00 PM
  3. Replies: 1
    Last Post: 09-27-2013, 03:53 PM
  4. Creating a dashboard report
    By vicky464 in forum Reports
    Replies: 2
    Last Post: 11-04-2011, 09:20 AM
  5. Replies: 7
    Last Post: 09-13-2011, 01:38 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