Solved Change the background color of combo box when a selection is made (1 Viewer)

tihmir

Registered User.
Local time
Today, 01:09
Joined
May 1, 2018
Messages
257
Hi, I am trying to changer the background color of unbounded combo box when when a selection is made. The form is in Default view - Single
How it possible to be done. I am trying with Conditional formatting, but I fail.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 16:09
Joined
May 7, 2009
Messages
19,169
did you try "Expression Is", the expression:

Trim([comboName] & "") <> ""
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 16:09
Joined
May 7, 2009
Messages
19,169
you are welcome!
 

Users who are viewing this thread

Top Bottom