I need some advice or perhaps a better way of calculating.
I am trying to figure out the following:
I have a tblGeneral that lists out all these people and an Amount we said we'd pay them. I have a tblPayments that list out when a payment was made and for how much.
I then take Amount - Payments to find how much we have left to pay.
The problem arises when I have one person that we promised to pay $8000. We made one payment of $2000 and then had to reclaim the remaining $6000.
So the calculated field is setup to do [Amount]-[txtTotalPayments]
(txtTotalPayments is a sum on their payments.
So taking the $2000 paid and the -$6000 reclaimed = -$4000
And the calculated field is thinking $8000 - -$4000 = $12,000 still owed. Subtracting a negative causes problems.
I am kind of perplexed because of this one individual.
All I'm really wanting is it to say that out of the $8000 we paid $2000 and took back $6000, and now we don't owe any more.
Geeesh this is more complicated than I thought.
I am trying to figure out the following:
I have a tblGeneral that lists out all these people and an Amount we said we'd pay them. I have a tblPayments that list out when a payment was made and for how much.
I then take Amount - Payments to find how much we have left to pay.
The problem arises when I have one person that we promised to pay $8000. We made one payment of $2000 and then had to reclaim the remaining $6000.
So the calculated field is setup to do [Amount]-[txtTotalPayments]
(txtTotalPayments is a sum on their payments.
So taking the $2000 paid and the -$6000 reclaimed = -$4000
And the calculated field is thinking $8000 - -$4000 = $12,000 still owed. Subtracting a negative causes problems.
I am kind of perplexed because of this one individual.
All I'm really wanting is it to say that out of the $8000 we paid $2000 and took back $6000, and now we don't owe any more.
Geeesh this is more complicated than I thought.