In the detail section of a report I created a textbox called [total] which added text boxes A and B.
[total]= [textbox A] + [textbox B]
[total] is in the detail section of the report
[textbox B] is a calculated textbox which is not in the query generating the report
I then tried to sum the textbox [total] in the footer by creating a textbox called [totalbilled] and then entering the following formula =Sum([total]).
My problem is I can not get it to sum the textbox I created which is [totalbilled]. However, if I add a textbox called [total A] and enter the formula =Sum([textbox A]) it works.
Why won't access sum a field I created in the report?
[total]= [textbox A] + [textbox B]
[total] is in the detail section of the report
[textbox B] is a calculated textbox which is not in the query generating the report
I then tried to sum the textbox [total] in the footer by creating a textbox called [totalbilled] and then entering the following formula =Sum([total]).
My problem is I can not get it to sum the textbox I created which is [totalbilled]. However, if I add a textbox called [total A] and enter the formula =Sum([textbox A]) it works.
Why won't access sum a field I created in the report?