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

tihmir

Registered User.
Local time
Yesterday, 22:40
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, 13:40
Joined
May 7, 2009
Messages
19,243
did you try "Expression Is", the expression:

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

tihmir

Registered User.
Local time
Yesterday, 22:40
Joined
May 1, 2018
Messages
257
did you try "Expression Is", the expression:

Trim([comboName] & "") <> ""
I admit it. I hadn't tried that. ☺
Thank you, arnel !!!
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 13:40
Joined
May 7, 2009
Messages
19,243
you are welcome!
 

Users who are viewing this thread

Top Bottom