hello,
i'm trying to make the combo box hide after i choose one out of combo
box, eg: i have in combo box 1,2,3,4,5,6 and when i choose 4 i want it to hide
i have tried
me.nameofcombobox.Visible = False
but does not work because it has the Focus so i tried
me.nameoftextbox.SetFocus...