Switchboard Question

C

Chaplain Doug

How may I make my switchboard minimize or disappear when I
open another menu or form (a switchboard item)? Some of
my forms are smaller than the switchboard and the edges of
the switchboard stick out from behind the form when
opened. I want just the current active form to be
displayed on the screen.Thanks for the help.
 
J

JulieD

Hi

the way i do it is to add the following to the OnOpen event of the form -
Forms!Switchboard.Visible = False

and in the OnClose event of the form -
Forms!Switchboard.Visible = True

hope this helps
JulieD
 

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