Hi there!
I use combo boxes at a form.
I want, when i select a specific value from the combo box, to change the inner color of the combo box.
I use the after update and
if me.comboboxname.value = "value" then
WHAT?
Thanks in advance
I use combo boxes at a form.
I want, when i select a specific value from the combo box, to change the inner color of the combo box.
I use the after update and
if me.comboboxname.value = "value" then
WHAT?
Thanks in advance