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 the above string, I get a positive return.
Why is this happening? Please note that the Section field is located in "Table A" and Subsection field is located in "Table B".
Both fields (Section and Subsection) is flagged as a text field in each of their respective tables.
Also, when just using the Section field as part of the detail section in the report, it returns the correct information.
Thanks in advance for your help.
="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 the above string, I get a positive return.
Why is this happening? Please note that the Section field is located in "Table A" and Subsection field is located in "Table B".
Both fields (Section and Subsection) is flagged as a text field in each of their respective tables.
Also, when just using the Section field as part of the detail section in the report, it returns the correct information.
Thanks in advance for your help.
Last edited: