G
Guest
Hello all,
First I'm using access 97. I have two tabs groups. I want to be able to
click on the reports tab and then have the other tabs appear.
Question: I have to click on the page to get the code below to work. Is
there anyway to have it run when I click on the tab itsealf? It appears that
the tab is not clickable.
Private Sub pgReport_Click()
tbRptSel.Visible = True
End Sub
First I'm using access 97. I have two tabs groups. I want to be able to
click on the reports tab and then have the other tabs appear.
Question: I have to click on the page to get the code below to work. Is
there anyway to have it run when I click on the tab itsealf? It appears that
the tab is not clickable.
Private Sub pgReport_Click()
tbRptSel.Visible = True
End Sub