G
Guest
I have a field, "Guarantor", that needs to use conditional formatting to
shade itself gray. The conditions under which this should occur are if the
field "Guarantor" is null and the field "Cat Code" (which is in the query on
which the report is based, but not included in the report) is equal to "C".
Access doesn't like the following expression, which I'm entering in the
"Expression Is" box of the conditional format:
Iif([Guarantor] Is Null AND [Cat Code] = C)
What am I doing wrong?
shade itself gray. The conditions under which this should occur are if the
field "Guarantor" is null and the field "Cat Code" (which is in the query on
which the report is based, but not included in the report) is equal to "C".
Access doesn't like the following expression, which I'm entering in the
"Expression Is" box of the conditional format:
Iif([Guarantor] Is Null AND [Cat Code] = C)
What am I doing wrong?