Results 1 to 5 of 5
  1. #1
    mwabbe is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    79

    Switchboard

    is there a way to open up form wizard or query wizard from a switchboard?

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    not really no.

  3. #3
    ajetrumpet is offline VIP
    Windows Vista Access 2007
    Join Date
    Mar 2010
    Location
    N/A
    Posts
    2,694
    in 2007, sendkeys will work:

    Code:
    SendKeys "%CFMW"
    this is a pretty strange request though. why do it this way? And the built in SB might not let you. Might have to use a custom form as an SB

  4. #4
    Join Date
    Jun 2010
    Location
    Belgium
    Posts
    1,035
    Hi,

    easy, to call the form wizzard, put a command button on your switchboard and in the click event add the code:

    DoCmd.RunCommand acCmdNewObjectForm

    or for the query:

    DoCmd.RunCommand acCmdNewObjectQuery

    greetings
    NG

  5. #5
    mwabbe is offline Advanced Beginner
    Windows 7 Access 2007
    Join Date
    Aug 2010
    Posts
    79
    going with the form on startup. no switchboard thanks all.

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

Similar Threads

  1. Switchboard problem!
    By Suzan in forum Programming
    Replies: 1
    Last Post: 05-19-2011, 12:51 PM
  2. Switchboard at startup
    By jamie c in forum Access
    Replies: 10
    Last Post: 03-04-2010, 12:16 PM
  3. Switchboard Question
    By two_smooth in forum Forms
    Replies: 3
    Last Post: 02-13-2010, 06:24 AM
  4. Main Switchboard
    By mamig in forum Access
    Replies: 3
    Last Post: 01-27-2010, 09:07 AM
  5. Switchboard Help
    By Danzivar in forum Access
    Replies: 1
    Last Post: 12-15-2006, 03:44 AM

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