darkstarjk
MIS
I need to have a running total for each page so that values can be checked for valid input or invalid input. I would like the total to be somewhere other than in the detail, but this will work fine if it's the only way possible to do it. I've tried the following however:
1. I've tried an unbound text box and assigning it =Sum[TotalAmount] as the control source. This doesn't work unless it's in the REPORT footer or header but only displays on the first or last page depending on the location.
2. I've tried an unbound text box assigning it as a running total box, this works for the first page but continues to total on each page thereafter, not starting over. This works but it's not what I'm trying to do.
3. I've tried to place a piece of vb code to add the items together as the data is read in, but it has the same problem of totaling ALL numbers together instead of just the page I am looking at.
Any suggestions would be quite helpful.
Thanks.
1. I've tried an unbound text box and assigning it =Sum[TotalAmount] as the control source. This doesn't work unless it's in the REPORT footer or header but only displays on the first or last page depending on the location.
2. I've tried an unbound text box assigning it as a running total box, this works for the first page but continues to total on each page thereafter, not starting over. This works but it's not what I'm trying to do.
3. I've tried to place a piece of vb code to add the items together as the data is read in, but it has the same problem of totaling ALL numbers together instead of just the page I am looking at.
Any suggestions would be quite helpful.
Thanks.