Password for Switchboard Command

  • Thread starter Thread starter Chris
  • Start date Start date
C

Chris

Hi,

Is there anyway to set a password for a switchboard
button? For example, I want to create a password for a
switchboard item called Admin. Controls which controls
important forms. Instead of creating passwords for all
those forms, can I just create 1 PW for accessing them on
the switchboard by prompting the user for a PW before
advancing? Thanks.

Chris
 
Put some code in the button Click event?

if inputbox ("enter the password") <> "s3cr3t!" then
msgbox "no way, jose!"
exit sub
endif
' continue...


HTH,
TC
 
Back
Top