apply conditional formatting

J

jimh

How do I apply conditional formatting that evaluates two criteria. For
instance I need the field to change colors if the the date = today and
Completed = no
 
M

Marshall Barton

jimh said:
How do I apply conditional formatting that evaluates two criteria. For
instance I need the field to change colors if the the date = today and
Completed = no


Use the Expression Is: option.

The expression might be something like:

Not [Completed] And [datefield] = Date()

Don't ask me why, but the [ ] are necessary arounf the field
names, even if they are pure alphanumeric names.
 
J

jimh

That was it. Thanks, I ran out of ideas to try

Marshall Barton said:
jimh said:
How do I apply conditional formatting that evaluates two criteria. For
instance I need the field to change colors if the the date = today and
Completed = no


Use the Expression Is: option.

The expression might be something like:

Not [Completed] And [datefield] = Date()

Don't ask me why, but the [ ] are necessary arounf the field
names, even if they are pure alphanumeric names.
 

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

Top