Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Password protect a tab on a form

Status
Not open for further replies.

1ooo1

Technical User
Jan 20, 2003
50
AU
Hi,
Does anybody know how to password protect a single tab on a form with multiple tabs (pages)?

Ken
 
How about setting the visibility property to false then have like a button which will do password verification and set the visibility property to true.
 
If you've set security on your database, then also create a "special" group and assign users to that group. Then, in the OnOpen event of the form, check to see if the user is a member of the group. If not, disable the tab, else enable it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top