L
LLFK
I created a page on my form (using Tab Control from the toolbox) called
Maintenance Users Only. I set the visible property for that page to NO.
From another page on the form I have a command button that when clicked runs
an Inputbox to ask the user for a password. If the user enters the correct
password, I want the page, called "Maintenance Users Only" to become visible.
I can't come up with the proper syntax to specify the "Maintenance Users
Only" page. If I wanted a correct password to make a field visible, I would
type [Forms]![FrmMainForm]![fieldname].Visible = 0 but what is the right way
to specify the page?
Maintenance Users Only. I set the visible property for that page to NO.
From another page on the form I have a command button that when clicked runs
an Inputbox to ask the user for a password. If the user enters the correct
password, I want the page, called "Maintenance Users Only" to become visible.
I can't come up with the proper syntax to specify the "Maintenance Users
Only" page. If I wanted a correct password to make a field visible, I would
type [Forms]![FrmMainForm]![fieldname].Visible = 0 but what is the right way
to specify the page?