Hello everyone,
I am trying to do a running total in my report. I have no problem with the running sum in the detail section of the report. The problem that I am running into is that I want to have a starting point. I have a textbox in the header that has a value in it that is pulled from another table. I want that to be my starting point for the first entry and then do the running sum from that point. This is what I am trying to do:
Beginning balance: 100
1 50 150
2 -10 140
3 20 160
4 10 170
5 -10 160
I am not sure how to make this happen. Any help that can be offered would be appreciated.
PROX
Thanks,
PROXI
I am trying to do a running total in my report. I have no problem with the running sum in the detail section of the report. The problem that I am running into is that I want to have a starting point. I have a textbox in the header that has a value in it that is pulled from another table. I want that to be my starting point for the first entry and then do the running sum from that point. This is what I am trying to do:
Beginning balance: 100
1 50 150
2 -10 140
3 20 160
4 10 170
5 -10 160
I am not sure how to make this happen. Any help that can be offered would be appreciated.
PROX
Thanks,
PROXI