G
Guest
I have a Tab Control with multiple pages on a form. I am trying to make 2
controls on the form invisible when a particular page within the tab control
is clicked. I have set the following in the OnClick event to the page within
the tabl control to no avail.
Private Sub Page315_Click()
Me.Command96.Visible = False
Me.Command98.Visible = False
End Sub
In fact no matter what code is included for the on click event of the pages
it just doesn't seem to acknowledge it.
Any help will be appreciated...
Thanks,
ET
controls on the form invisible when a particular page within the tab control
is clicked. I have set the following in the OnClick event to the page within
the tabl control to no avail.
Private Sub Page315_Click()
Me.Command96.Visible = False
Me.Command98.Visible = False
End Sub
In fact no matter what code is included for the on click event of the pages
it just doesn't seem to acknowledge it.
Any help will be appreciated...
Thanks,
ET