D
dje
I am trying to recreate a bank statement.
Rightly or wrongly I have pulled into the report a calculation for the
balance movement each day (based on queries calculating several transactions
for that day).
The running sum works until there is no movement for a day which shows in
the report as a "0" most likely through a "Nz([ ],0)" calculation after which
it stops calculating. e.g.
Move Run Bal
1/1/08 +100 100
2/1/08 +50 150
3/1/08 0 150
4/1/08 +25 150 etc etc
Is there any way to fix this?
Thanks
Rightly or wrongly I have pulled into the report a calculation for the
balance movement each day (based on queries calculating several transactions
for that day).
The running sum works until there is no movement for a day which shows in
the report as a "0" most likely through a "Nz([ ],0)" calculation after which
it stops calculating. e.g.
Move Run Bal
1/1/08 +100 100
2/1/08 +50 150
3/1/08 0 150
4/1/08 +25 150 etc etc
Is there any way to fix this?
Thanks