as the control source of a textbox is one way; another is to use the
Yes/No field as the control source of the textbox and use the "four
value format" trick: set the textbox's Format property to
"";"Pass";"Fail";""
The four formats are for positive, negative, zero and NULL values
respectively; a yes/no field will be -1 for Yes, 0 for No.
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.