Still have problems

D

dudyone

I changed the code and still nothing happens.
I have my Testing ctl tab set to Visible no
and added the following code to the
OnClick of the combo box

Private Sub Cmb_TestType_OnClick()
Me.TabCtl_Testing.Visible = True
End Sub
Even if I set the Testing tab crl to visible yes
and I make a selection in the combo box,
nothing happens.

Can you have 2 Event Procedures in the same control?
Thanks
 
Top