Query and Color

B

B Earl

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
 
J

John Nurick

Use Conditional Formatting on the textbox in the report.

On Sun, 2 Jan 2005 22:23:02 -0800, B Earl <B
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
 
Top