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 beforeCode:If Combo1.Text = "orange" Then Combo2.Enabled = False Else Combo1.Enabled = True End If) - Always leave an enabled option available.




) - Always leave an enabled option available.
Reply With Quote