Switchboard Design view

  • Thread starter Thread starter Taz
  • Start date Start date
T

Taz

Probably a stupid question but I created a switchboard with 4 options.
However when I go into design view it only shows option one. How do I get the
other options to show in design view?
 
A switchboard form is very different form a normal form; it works by storing
its details in a table. The layout of the controls on the form is then
determined by code in the form's module at runtime. If you want a
switchboard form whose layout you can modify in design view you will need to
design your own, creating an unbound form, adding controls to it and writing
code in the controls' event procedures.

Ken Sheridan
Stafford, England
 
Back
Top