F
Fay Yocum
I have the following columns 1. total billed, 2, PaymentAmount, 3 Remaining.
Remaining is a straight calculation of Total-PaymentAmount. Doing it this
way if there is no payment amount nothing shows in the remaining column. The
total billed comes from an invoiced table. The payments come from a payment
table. So obviously if there is no payment yet there is no entry in the
table for the invoiced billed.
I tried putting IIF(IsNull) in the PaymentAmount so that zero would show if
there was no payment, but the remaining column does not figure the remaining
value which should be the same as the total billed. How should I approach
this issue?
Thank you.
Fay
Remaining is a straight calculation of Total-PaymentAmount. Doing it this
way if there is no payment amount nothing shows in the remaining column. The
total billed comes from an invoiced table. The payments come from a payment
table. So obviously if there is no payment yet there is no entry in the
table for the invoiced billed.
I tried putting IIF(IsNull) in the PaymentAmount so that zero would show if
there was no payment, but the remaining column does not figure the remaining
value which should be the same as the total billed. How should I approach
this issue?
Thank you.
Fay