Hi,
How can i hide or disable one combobox when another combobox is selected?
All help will be appreciated
thanks
How can i hide or disable one combobox when another combobox is selected?
All help will be appreciated
thanks
Private Sub Combo2_AfterUpdate() blnUser = True FilterSubForm Me!Text18.ControlSource = "[ID]" Me.Combo4.Enabled = True Me.Combo6.Enabled = True Me.Combo2.Requery End Sub
Comment