Hi,
I am trying to make a combobox visible when the user clicks on one of a tab control buttons. I wrote this code below, but I does not seem to work. Both the tab control and the combo are on the same form.
Any help will be very much appreciated.
Thanks,
B
I am trying to make a combobox visible when the user clicks on one of a tab control buttons. I wrote this code below, but I does not seem to work. Both the tab control and the combo are on the same form.
Code:
Private Sub L_B_Consent_Click()
Me.cmbLBConsent.Visible = True
End Sub
Any help will be very much appreciated.
Thanks,
B