form as switchboard

tubar

Registered User.
Local time
Today, 15:21
Joined
Jul 13, 2006
Messages
190
i created a form that works as a switchboard. is there a way to put a password on one of the comand buttons that links to another form
 
tubar said:
i created a form that works as a switchboard. is there a way to put a password on one of the comand buttons that links to another form

Hey tubar,

In the code behind the cmdButton, you could either have an input box or make your own security form and force the user to have authorization before proceding. If their password passes then go ahead with the code and allow the form to open. If it doesn't then pop a message box telling them they do not have authorizations and back out of the cmdButton.

HTH,
Shane
 
any steps u could help me with
 

Users who are viewing this thread

Back
Top Bottom