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
me.nameofcombobox.Visible= false
but it comes up saying
Run time error '2108':
You must save the field before you execute the GoToControl action,
the GoToControl method, or the SetFocus method.
i don't no what to do can someone help me plz
___________________
David
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
me.nameofcombobox.Visible= false
but it comes up saying
Run time error '2108':
You must save the field before you execute the GoToControl action,
the GoToControl method, or the SetFocus method.
i don't no what to do can someone help me plz
___________________
David