Thanks for your quick reply. I tried what you suggested and brought the new field into the report. When I try to export the report to excel the new field doesn't appear as well as the original one.
Did the formula at least work to show what we wanted it to, in the preview of the report?
Another try might be to take the query for your report, and do a make table (so you keep the original intact) and use that formula to change the checkbox to a text box with that new format...
misscrf
It is never too late to become what you could have been ~ George Eliot
I found a solution without using the query builder. I simply put the expression you gave me into a new field in the report like this:
= IIF(TruFalsField = -1, "True", "False")
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.