DogLover2006
Technical User
Hello,
Here is what I am trying to do. I have two table one with just a previous balance for one month. The other table has a credit and debit totals by days. I only want to use the previous balance for the first record that starts that month and then I want to subtract the debit amount from it to get a new previous balance that the next day will either subtract the debit or add the credit to get next balance for the next day and so on. Any Ideas? I even try to do a query but no luck at that either. Here is example:
date 1/3/07
preBalance = 1600.25
debit Amount = 15.25
what I want is (1600.25 - 15.25 = 1599.00)
date 1/3/07
credit amount = 300.00
(1599.00 + 300.00 = 1899.00)
and so on for each date line by line
Thank you for all your help
Here is what I am trying to do. I have two table one with just a previous balance for one month. The other table has a credit and debit totals by days. I only want to use the previous balance for the first record that starts that month and then I want to subtract the debit amount from it to get a new previous balance that the next day will either subtract the debit or add the credit to get next balance for the next day and so on. Any Ideas? I even try to do a query but no luck at that either. Here is example:
date 1/3/07
preBalance = 1600.25
debit Amount = 15.25
what I want is (1600.25 - 15.25 = 1599.00)
date 1/3/07
credit amount = 300.00
(1599.00 + 300.00 = 1899.00)
and so on for each date line by line
Thank you for all your help