G
Guest
Is there a character limit in the Expression dialog box when adding fields
together? I can get up to eight fields to total before I get the #Error?
I am trying to calculate subtotals and totals for a report. The report is
bound to the table.
I created 10 text boxes and set the controlsource(s) for each field that I
wanted subtotaled. This is working correctly. I created another text box in
the same group footer to total all 10 of the fields for a grand total but
cannot get the calc to work.
I get a #Error if use the =sum(
![field1]+
![field2]+etc....)
I have tried using a query with a calculated field but there are multiple
records and I only get the total for one record.
I have tried using the fields that have the subtotals but I still get the
#Error.
together? I can get up to eight fields to total before I get the #Error?
I am trying to calculate subtotals and totals for a report. The report is
bound to the table.
I created 10 text boxes and set the controlsource(s) for each field that I
wanted subtotaled. This is working correctly. I created another text box in
the same group footer to total all 10 of the fields for a grand total but
cannot get the calc to work.
I get a #Error if use the =sum(
I have tried using a query with a calculated field but there are multiple
records and I only get the total for one record.
I have tried using the fields that have the subtotals but I still get the
#Error.