Then in the report, create an expression in the query builder...
Make a field for what you want it to look like:
MYTrueFalse: IIF(TruFalsField = 1, "True", "False")
That should do it. TruFalsField is the field in your table, shown in the query builder, that stores the true/false value.
Make sense?
misscrf
It is never too late to become what you could have been ~ George Eliot