I
IreneJ
Can anyone help me with this running sum problem, I am
desperate.
Totals come from items on a subreport, are formatted
currency, name of the field is CategoryTotal, control
source is =[JobCat].Report!Total (shown on left). Beside
it I have a running sum textbox called JobCatsRunningSum,
control source is =Val([CategoryTotal]). Then I have a
GrandTotal1 textbox below that that takes the total of
the running sum so that it can be put in a calculation,
control source is =[JobCatsRunningSum]
45.00 45.00
34.00 79.00
14.00 93.00
0.00 0.00
0.00 (GrandTotal1)
I want the running sum numbers to keep going to give me a
total but when it sees a 0.00 it won't pass the 0.00
field and just stops hence the the grand total textbox is
wrong. I tried to add the Nz to all the fields but nothing
seemed to change what its doing. Thank you so much for
your help.
Irene
desperate.
Totals come from items on a subreport, are formatted
currency, name of the field is CategoryTotal, control
source is =[JobCat].Report!Total (shown on left). Beside
it I have a running sum textbox called JobCatsRunningSum,
control source is =Val([CategoryTotal]). Then I have a
GrandTotal1 textbox below that that takes the total of
the running sum so that it can be put in a calculation,
control source is =[JobCatsRunningSum]
45.00 45.00
34.00 79.00
14.00 93.00
0.00 0.00
0.00 (GrandTotal1)
I want the running sum numbers to keep going to give me a
total but when it sees a 0.00 it won't pass the 0.00
field and just stops hence the the grand total textbox is
wrong. I tried to add the Nz to all the fields but nothing
seemed to change what its doing. Thank you so much for
your help.
Irene