Conditional Formatting (1 Viewer)

kitty77

Registered User.
Local time
Today, 01:48
Joined
May 27, 2019
Messages
716
I'm using conditional formatting on a report. I'm trying to bold font if it does not equal "#1" or "#2"
It works if I only use one but not with arguments.

[NewLineDesc]<>"#1" (this works)

[NewLineDesc]<>"#1" Or "#2" (this does not work)

Thanks.
 
You may need to create a new condition for <>"#2". The OR operator may not be recognized in conditional formatting.
 

Users who are viewing this thread

Back
Top Bottom