Switchboard Design view

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?
 
K

Ken Sheridan

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top