G
Guest
I have the following control source in a subform. This works fine for
multiplying quantity of an item with price and any discount.
=nz([intQuantity],0)*(nz([txtprice],0)*(1-nz([dbldiscountpercent],0)))
however, when I try to sum these in the subform footer, by adding sum(
and ) to read as:
=sum(nz([intQuantity],0)*(nz([txtprice],0)*(1-nz([dbldiscountpercent],0))))
I only get #error
I am using the Access Bible and as far as I can tell, I am doing this
correctly.
What am I missing?
TIA
multiplying quantity of an item with price and any discount.
=nz([intQuantity],0)*(nz([txtprice],0)*(1-nz([dbldiscountpercent],0)))
however, when I try to sum these in the subform footer, by adding sum(
and ) to read as:
=sum(nz([intQuantity],0)*(nz([txtprice],0)*(1-nz([dbldiscountpercent],0))))
I only get #error
I am using the Access Bible and as far as I can tell, I am doing this
correctly.
What am I missing?
TIA