2nd Switch not opening

  • Thread starter Thread starter SamDev
  • Start date Start date
S

SamDev

I have created a "sub" switchboard.

On my main switchboard I have added an item that has a command "Go to
Switchboard" and have it opening a switchboard named "Label Switchboard".

When I click on the button to open the Label Switchboard nothing happens.

I am using the Switchboard Manager.

Thx
 
hi,
the command goto wont do what you want.
use
docmd.openform "yourform"
read up on this in help
 
I have gone into help and it tells me to use the Switchboard Manager and
select "go to switchboard" and select that command and select the
switchboard I want it to open - I have done this and am not sure where you
are suggesting I do the command and there is no other form that is created
for the my "sub" switchboard - only my main switchboard - sorry - new at
this code stuff.

Thx,
 
Back
Top