Interupt Switchboard

  • Thread starter Thread starter Cagey
  • Start date Start date
C

Cagey

I would like to interupt the opening of a switchboard with a form, and
depending on the result of the
form either continue with opening the switchboard or return to the previous
one, (sort of like a very low level password form). Can this be done?
 
I would open the "Password" Form first. The user then can enter the
password and click a CommandButton to proceed. In the CommandButton_Click
Event, you can check whether the password entered is correct and if it is,
open the "Switchboard" Form.
 
Back
Top