gearhead03
Technical User
I have been working with this for several days. I am attempting to make a check register in an existing database. I would like a tabular form that shows the amount of the check or deposit and right next to it the running total. I can't figure how to make it happen. I am not a code wizard. I have tried this:
and
These seem to (as best I can tell) deal with a running sum for a form that shows 1 record at a time and it sums from that record back to the beginning. Is what I am asking possible?
Example of what I would like to see:
Date Payee Amount Total
01/01/07 Beginning Balance 500.00 500.00
01/02/07 Joe's Snack Shak -100.00 400.00
01/02/07 Office Max -250.00 150.00
01/04/07 DEPOSIT 100.00 250.00
any help is appreciated in advance
Thanks
Mark A. Kale
and
These seem to (as best I can tell) deal with a running sum for a form that shows 1 record at a time and it sums from that record back to the beginning. Is what I am asking possible?
Example of what I would like to see:
Date Payee Amount Total
01/01/07 Beginning Balance 500.00 500.00
01/02/07 Joe's Snack Shak -100.00 400.00
01/02/07 Office Max -250.00 150.00
01/04/07 DEPOSIT 100.00 250.00
any help is appreciated in advance
Thanks
Mark A. Kale