I created a query ReportQuery. I am trying to display a calculated field in my report. It shows up in the query - I can see it. But the report is giving me the error that it does not find this field. The filed gives me any text beyond 255 characters in a memo field.
In the report I reference ReportQuery.ExtendedText as the control source.Code:ExtendedText: IIf(Len([CleanText])>255,Mid([CleanText],256),"")