G
Guest
Hi everyone...I need some help...I have been trying to get a combo box to
unhide certain tab controls when selecting certain records...this is the code
that I have tried...
If Me.cboMyComboName = 2 then
Me.MyTabControlName.Visible = True
End If
Any help would be appreciated.
Regards..
unhide certain tab controls when selecting certain records...this is the code
that I have tried...
If Me.cboMyComboName = 2 then
Me.MyTabControlName.Visible = True
End If
Any help would be appreciated.
Regards..