Code:
If Combo1.Text = "orange" Then 
      Combo2.Enabled = False
Else
      Combo1.Enabled = True
End If
All too often a control gets disabled, and then winds up staying that way until the form is reloaded (Lord knows I've done that in my apps before ) - Always leave an enabled option available.