You can convert Yes/No (underneath they are -1 / 0) to Normal / Abnormal
either in the Query being used for the Report or in the Control on the
Report itself.
For example, you can define a calculated Field in your Query:
Norm_Abnorm: IIf([YesNoField], "Normal", "Abnormal")
You can use the same IIf expression in the Report.
And I am sure there are other methods as well.
--
HTH
Van T. Dinh
MVP (Access)
"P Nahser" <(E-Mail Removed)> wrote in message
news:450C0484-6512-4D78-BA5C-(E-Mail Removed)...
>I know there must be a simple way to have a yes/no check box that enters
>the
> data as custom text such as "normal" / "abnormal". The issue comes up
> when I
> report out the data and want "Normal" or "abnormal" to show up on the
> report
> and not yes or no. any suggestions.
>
> PN
|