Solved Change the background color of combo box when a selection is made

tihmir

Registered User.
Local time
Today, 15:39
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.
 
did you try "Expression Is", the expression:

Trim([comboName] & "") <> ""
 
you are welcome!
 

Users who are viewing this thread

Back
Top Bottom