Crunchy1234321
Programmer
- Jul 2, 2012
- 1
thread703-1248315
IIf([Quantity]=0,0,[Price]/[Quantity])
This helped but I needed to change the "," with as ";"
so the final expression is
IIf([Quantity]=0;0;[Price]/[Quantity])
IIf([Quantity]=0,0,[Price]/[Quantity])
This helped but I needed to change the "," with as ";"
so the final expression is
IIf([Quantity]=0;0;[Price]/[Quantity])