B
Brian
I have a calculation on a report based on the total price minus payments. If
no payments have been made, the field shows an error (#Error).
I would like to write some expression that will show the total price if
there are no payments made, and the total price minus the sum of the
payments otherwise.
I have a statement that works
iif([SumOfpmtAmt] is null,"",[bidPrice]-[SumOfpmtAmt])
Instead of showing the blank space, or the #error, I would like to show the
bid price. I tried:
iif([SumOfpmtAmt] is error, [bidPrice],[bidPrice][bidPrice]-[SumOfpmtAmt]) -
but Access doesn't like it
any ideas
no payments have been made, the field shows an error (#Error).
I would like to write some expression that will show the total price if
there are no payments made, and the total price minus the sum of the
payments otherwise.
I have a statement that works
iif([SumOfpmtAmt] is null,"",[bidPrice]-[SumOfpmtAmt])
Instead of showing the blank space, or the #error, I would like to show the
bid price. I tried:
iif([SumOfpmtAmt] is error, [bidPrice],[bidPrice][bidPrice]-[SumOfpmtAmt]) -
but Access doesn't like it
any ideas