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. My cash book table contains more than 1 record/date, this is what make it impossible for me to calculate the balance. I need to display balance only on reports.
This is my table:
tblCashBook
---------------
Id
Date
Document_nr
Explanations
Receipts
Payments
To understand more clearly what I mean, I attach a DB containing the above table.
Using this table I have to group stored information by date and do the necessary calculations in order to obtain the balance. But how?
Any help appreciated.
Attila