Q. Switchboard form stays open, after clicking on open form button.

  • Thread starter Thread starter Jim Jones
  • Start date Start date
J

Jim Jones

Hi,

I have added a main switchboard form as a test.
It currently has a single button which opens one of my forms.

But the switchboard form stays up.

Please tell me how to make it automatically close?

Thanks,
Jim
 
use the open event of the form you are opening to close the switchboard or
to set its visible property to false. In the close event of the form re-open
the switchboard or set visible to true.
 
Back
Top