I'm creating a report that shows trial balance from a query. I take the beginning balance + transactions, and in my detail report area I create a field called TxtEndingBalance. In the report total, I'm creating a text box to add up all the balances in the TxtEndingBalance fields. My problem, and I've run into this before, is that the value in my control box is =sum([TxtEndingBalance]), and the report doesn't recognize the name TxtEndingBalance. It gives a box asking for the value. Is there a way to have the report total recognize a text box created in the detail area?
I know in the report total I could (and have) use the original fields from the query to get the total, but I'm curious why the report totals don't recognize text boxes created in the detail area.
Thanks.
I know in the report total I could (and have) use the original fields from the query to get the total, but I'm curious why the report totals don't recognize text boxes created in the detail area.
Thanks.