Click Button to make Tab Visible

Badeye

Registered User.
Local time
Today, 00:20
Joined
Oct 14, 2011
Messages
22
Hi All,

I am pretty new to access and need some help.

I have a multipage form with a tab called 'Admin'. The visible property for this page is currently set to 'No', what i want to do is enter a password, click a button and the tab appears.
Can someone please point me in the right direction.

Thanks,

Badeye
 
not checked, but must be something like

mytab.pages("somepage").visible = true
 
If its any help, i am wanting to do this in the expression builder on the button. Will this work?
 

Users who are viewing this thread

Back
Top Bottom