Hello
I have created a datareport which displays results from a recordset. At the moment Yes/No fields are being displayed as -1/0 values. Is there anyway to format these results to display Yes/No before being displayed on the report?
I am currently displaying the results by:
DataReport.Sections("section1").Controls.Item("Text1").DataField = "{value}"
Thank you for your time.
I have created a datareport which displays results from a recordset. At the moment Yes/No fields are being displayed as -1/0 values. Is there anyway to format these results to display Yes/No before being displayed on the report?
I am currently displaying the results by:
DataReport.Sections("section1").Controls.Item("Text1").DataField = "{value}"
Thank you for your time.