hi,
Switchboards are kindegarden access. most access
programmers don't use them. I don't. they are created
with a wizard and wizards sometimes do things that you
don't want to do. and aparently your wizard has some
problems.
so...create your own "switchboard" by creating a form
that does the same thing. My "switchboards" usually just
open another form(s) with buttons or lables that open
other forms, report or run queries and close the main
form. each of the 'other' forms has a button that
reverses the process.
(see docmd.openform, docmd.openquery, docmd.openreport in
acces help)
i usually have a custom menu that allows me to open
multiply forms at one time.
this is not the answer you wanted. just some real world,
down the road advise. be a real programmer. write code.
learn. avoid wizards. In the long run, you will feel
better and more confident. doing things the hard way does
have its rewards.
regards
Frank
ps. good luck and may god bless.