Conditional Formating Question

  • Thread starter Thread starter Bob V
  • Start date Start date
B

Bob V

If my combo box has anything in it , What would I need ?
Expression Is [Notice] = "???"
Thanks for any Help...Bob
 
What are you trying to do?

One format for combo having a selection and another format for no selection?

Steve
 
Pretty cryptic question ;-)

Try setting your expression to: Not IsNull([Notice])

Rob
 
Just trying to turn the background colour green if there is any data (Words)
in the combo box...Thanks Bob

SteveM said:
What are you trying to do?

One format for combo having a selection and another format for no
selection?

Steve

Bob V said:
If my combo box has anything in it , What would I need ?
Expression Is [Notice] = "???"
Thanks for any Help...Bob
 
Brilliant Rob, Perfect Thanks very Much......Bob
Rob Parker said:
Pretty cryptic question ;-)

Try setting your expression to: Not IsNull([Notice])

Rob


Bob V said:
If my combo box has anything in it , What would I need ?
Expression Is [Notice] = "???"
Thanks for any Help...Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top