Hi guys!
I have a cash book application developed in MS Access 2000 which works great the way it was designed, with stored previous balance and current balance, but now for the simplicity of data input and correcting mistakes, my client would like the application to calculate balance on the fly. I tried to figure out how to do this but unfortunately I couldn't get any results on displaying the correct previous and current balance for a certain date or for a longer time (for 1 week, 2 months, etc.) on a day by day basis.
This is my table:
tblCashBook
---------------
Id
Date
Document_nr
Explanations
Receipts
Payments
Using this table I have to group stored datas by date and do the necessary calculations in order to obtain the balance. But how?
Any help appreciated.
Attila
I have a cash book application developed in MS Access 2000 which works great the way it was designed, with stored previous balance and current balance, but now for the simplicity of data input and correcting mistakes, my client would like the application to calculate balance on the fly. I tried to figure out how to do this but unfortunately I couldn't get any results on displaying the correct previous and current balance for a certain date or for a longer time (for 1 week, 2 months, etc.) on a day by day basis.
This is my table:
tblCashBook
---------------
Id
Date
Document_nr
Explanations
Receipts
Payments
Using this table I have to group stored datas by date and do the necessary calculations in order to obtain the balance. But how?
Any help appreciated.
Attila