Here is my query: IIf(IsNull([number]),"CHECK", [number]) What I would like is for the word "check" to be in red so it is easy to spot on the report. Is there a way to do this? thanks
Use Conditional Formatting on the textbox in the report.
>Here is my query: IIf(IsNull([number]),"CHECK", [number]) >What I would like is for the word "check" to be in red so it is easy to spot >on the report. Is there a way to do this? thanks