Switchboard Manager won't allow you to enter more than 8 items per
switchboard. Also the MS Access-provided switchboard form only has 8
menu buttons. So if you want to add more than 8 switchboard items,
you'll need to update the "Switchboard Items" table manually, use a
different switchboard form (or modify the Access-supplied one), and
update the "FillOptions" subroutine.
When you add buttons to a switchboard form, the buttons should be
named "OptionN" and the label should be named "OptionLabelN", where
"N" is the button number.
With regard to the code changes, the FillOptions routine constant
Const conNumButtons = 8
.... can be changed to the number of buttons on your switchboard form.
If you're looking for more switchboard features, you may want to have
a look at our "A Better Switchboard" add-in for MS Access. More info
is at
http://www.peterssoftware.com/abs.htm
Hope this helps,
Peter De Baets
Peter's Software - MS Access Tools for Developers
http://www.peterssoftware.com