tabs and expressions

Matt Brown

Registered User.
Local time
Today, 07:11
Joined
Jun 5, 2000
Messages
120
How do you reference a Page in a tab control in an expression.

Say i had a form thats called "myForm", a tab control called "myTab" and a page on that tab control called (hey you guessed it) "myPage"

Would the reffering expresion read as follows:

Forms![myForm]![myTab]![Page:myPage] or would it be

Forms![myForm]![myTab]![myPage]

or none of the above.

Any help suggestions would be appreciated.

Matt

:)
 
Hi Rich,

I want to place some vba into a frame so when a particular option is selected the page will become enabled, if not the page stays disabled.

Matt
 

Users who are viewing this thread

Back
Top Bottom