Instead of the field value try using the expression as the basis for the conditional formatting:
Date()>[Due Date] And [Progress]<100
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a text box with this control source:
=IIf(Date()>[Due Date] And [Progress]<100,"Late"," ")
I then want to use conditional formatting to make it red if it is Late
I'm trying "Check values....." and selecting "Field Value is" Equal to "Late"
Then setting the colours to red
This is not working.
Any ideas?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Instead of the field value try using the expression as the basis for the conditional formatting:
Date()>[Due Date] And [Progress]<100
Just tried that - no - it didn't have any affect.
I also tried trying to change the back style to normal but that results on all rows being red
On the basis of the information you've provided I see no reason why it should not work. Can you post an image of the conditional formatting dialogue exactly as you've entered the criteria.
The dialogue is showing the text colour to be red on the basis of the expression, but the preview shows the background colour to be red. For the latter I'd expect:
For the former the preview would be expected to show the text in red, not the background. Try deleting the formatting rule and then create it again, setting the colours to what you want.