Password for Switchboard Command

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
 
T

TC

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
 

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