I have a form with a folder that has 5 tabs(pages). I would like to password protect one of these tabs by requesting a password with the tab is clicked. Is this possible, if would someone lead me in the right direction.
If strInput = "stuff" Then 'strInput being textbox
tab.visible = true
End If
this will promp the user for the password "stuff in this case, but change it to whatever you want. if the password is valid the tab will become visible. If the password is invalid, then nothing will happen
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.