I am trying to use conditional formatting for an Access report (for the first time). I put three conditions in place using the expression option in the conditional formatting window. Two conditions are based on values in other fields. The third condition, the field to be formatted, is also based on if the field has a null value.
When I open the report, the field for all records is formatted with the conditional format whether the conditions are met or not.
My expressions are:
[Hyperlipidemia]=-1
[CountOfAssessID]>=2
IsNull([LDL2])=True
Any ideas as to what the problem could be?
Thanks.
When I open the report, the field for all records is formatted with the conditional format whether the conditions are met or not.
My expressions are:
[Hyperlipidemia]=-1
[CountOfAssessID]>=2
IsNull([LDL2])=True
Any ideas as to what the problem could be?
Thanks.