R
Robb @ FLW
In my report I have that has yes or no entries how do I make only the no
entries change the font to red so that they will stand out
entries change the font to red so that they will stand out
In my report I have that has yes or no entries how do I make only the no
entries change the font to red so that they will stand out
Sorry about that, I have selected my control, I right clicked on it and
selected Conditional Formating and I have the following chosen
1st box is. Field value is
2nd box is. equal to
3rd box is. No
and I have selected the color red to be the color.
does this help?
I meant to add if you use code, that if the field is a Number datatypePart of the problem is that you really haven't been forthcoming with
enough information to have us help you properly.
What is the field's datatype? Is It Text?
Then you need to set the Field Value to "No" (within quotes).
If the field is a Yes/No field (i.e. check box), then you cannot
change the check box color, but you can change it's label color using
code (which I gave you in my other reply).
If the control is a Text control bound to a Yes/No field, then you can
use the control's Format property:
;"Yes" [Black];"No" [Red];