tab control help

scary1

Registered User.
Local time
Today, 04:00
Joined
Feb 25, 2003
Messages
20
is it possible to password protect a page on a tabbed form. I have a multi page form and I want one of the pages to be accessible by password only!

If this is possible can anyone tell me how.

Thanks Very much!
 
Create a new form, put in some text boxes, one for username and one for password.

In the password text box properties, put in the input mask "Password" without the quotes. then in the tab control page OnClick event to open the new form, insert some VBA Code to validate it, and then open the page when the user clicks "OK" or do nothing but close the password form if click on cancel
 
Last edited:
thanks again!!!!!!!!!!
 
scary1 said:
is it possible to password protect a page on a tabbed form. I have a multi page form and I want one of the pages to be accessible by password only!

Or ask for a password in the OnChange event of the Tab
 

Users who are viewing this thread

Back
Top Bottom