Referencing Page (tabs) names

rjf3123

Registered User.
Local time
Today, 12:47
Joined
Oct 4, 2003
Messages
25
On my form (frmClientTracking), I have setup 4 Tabs (pages). Each tab has a different subform.

2 of the Tabs (Pages) are set to visible=No.

On the subform on Tab 2 for example, I have a yes/no field. When I check the field, I want to set "Visible=True" on Tabs (Pages 3 & 4).

Form = frnClientTracking
Page1 = ContactInfo, SubForm=sfrmContactInfo
Page2 = ProcessDetails, SubForm=sfrmProcessDetails
Page3 = CheckTracking, SubForm=sfrmCheckTracking
Page4 = Commission, SubForm=sfrmCommission

Page 2 SubForm has the yes/no field. When checked (after update -or- after got focus) I want to set .Visible depending on whether the field is checked or not.

I know how and where to set this up, I am having a @#$@# of a time trying to figure out how to reference the page itself to set the .Visible=True.

TIA -
R. Fisher
 
Got it - Thanks!
 

Users who are viewing this thread

Back
Top Bottom