I'm concatenating two text fields using the following string:
="Total " & [Section] & " Tests:"
However, when I run this report, I get a #Error for the object.
I also have another concatenated field using the following string:
="Total " & [Subsection] & " Tests:"
When I run the report using...