Hi all,
In a table – tblOrders, there is field "expense ".
I would like to show expenses accountancy, for example:
In a table – tblOrders, there is field "expense ".
I would like to show expenses accountancy, for example:
order_id date expense balance (expenses accountancy)
1 01/01/2008 32 32
2 05/01/2008 75 107
3 15/01/2008 100 207
4 18/01/2008 12 219
4 18/01/2008 12 219
Usually I will show the records between chosen dates, while the balance consider the records above,for example:
the records between 04/01/2008 and 17/01/2008
order_id date expense balance (expenses accountancy)
2 05/01/2008 75 107
3 15/01/2008 100 207
(I think that in such circumstances I cant use the running sum in a report).
Thanks in advance,
krester
Thanks in advance,
krester

Last edited: