Part 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];
Part 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).
I meant to add if you use code, that if the field is a Number datatype
field, you write the criteria like this:
If [SomeControl] = No then .. etc .. (without the quotes).
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];
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.