Hi,
I'm using a tab control form which has 8 different tabs. I have a help document and I have a help button on the bottom of the main form. If I click on a tab and go to that page, I want a variable to hold the page number so the help document can look at that variable and know which portion of the help document to bring up.
(Forms!frmHold.TabHold = 1 ) this is my variable.
I've tried
'code'
Private Sub Page1_Click()
Forms!frmHold.TabHold = 1
End Sub
I'm using a tab control form which has 8 different tabs. I have a help document and I have a help button on the bottom of the main form. If I click on a tab and go to that page, I want a variable to hold the page number so the help document can look at that variable and know which portion of the help document to bring up.
(Forms!frmHold.TabHold = 1 ) this is my variable.
I've tried
'code'
Private Sub Page1_Click()
Forms!frmHold.TabHold = 1
End Sub