R
ram
Hi to All,
I am looking for help with the following question.
I have form with a 3 page tab control. Each page of the control has a
subform with summary detail. I also have the detail hidden on 3 additional
subforms.
How can I have the corrosponding detail form made visible when the person
click on the summary tab?
This is an example ofthe code I ws trying to use
Private Sub Page12_Click()
Forms!Start!CSOqryMonthlyReimb.Visible = True
Forms!Start!REPqryMonthlyReimb.Visible = False
Forms!Start!OtherqryMonthlyReimb.Visible = False
Thanks in advance for any help
I am looking for help with the following question.
I have form with a 3 page tab control. Each page of the control has a
subform with summary detail. I also have the detail hidden on 3 additional
subforms.
How can I have the corrosponding detail form made visible when the person
click on the summary tab?
This is an example ofthe code I ws trying to use
Private Sub Page12_Click()
Forms!Start!CSOqryMonthlyReimb.Visible = True
Forms!Start!REPqryMonthlyReimb.Visible = False
Forms!Start!OtherqryMonthlyReimb.Visible = False
Thanks in advance for any help