hello, is there a way of clearing a combo-box with an "on click" event button macro
by that i mean removing whatever value the combo-box holds, by clicking on a button,
thank you,
hello, is there a way of clearing a combo-box with an "on click" event button macro
by that i mean removing whatever value the combo-box holds, by clicking on a button,
thank you,
Me.ComboName = Null
or
Me.ComboName = ""
alright, can this be done in macro mode ? cuz the button has already macro in it, and its performing some multiple tasks in the form using macro's
Don't use macros, but it's either SetValue or SetProperty.