Switchboard help

  • Thread starter Thread starter Rich W.
  • Start date Start date
R

Rich W.

On a project at work I created a switchboard to, you know
know, to connect to different forms. I have 8 things (I
don't know what they're called) that you click to connect
to forms and two of them go to two different "sub-
switchboards". When I editted the main switchboard in
design view, the same layout for that main switchboard
came out in the two "sub-switchboards". Is there a way I
can change the layout of the two "sub-switchboards"?
 
No. It is actually the *same* Access Form. The code behind the Form simply
populate the same Form with different Switchboard Items for the "Main
Switchboard" and "Sub-Switchboards".

OTOH, it is very simple to create your own Menu use a set of Forms with
CommandButtons.
 
Back
Top