G
Guest
I am trying to write an IIf statement in a report where the result for a TRUE
statement returns the field in one text color and the result for a FALSE is
another? For example, in the following statement, I want the true statements
to return the text statement "Open" in blue, and the others in black:
IIf([DateCompleted] Is Null, "Open", [DateCompleted]). How can this be done.
statement returns the field in one text color and the result for a FALSE is
another? For example, in the following statement, I want the true statements
to return the text statement "Open" in blue, and the others in black:
IIf([DateCompleted] Is Null, "Open", [DateCompleted]). How can this be done.