dragongunner0351
Programmer
Hello all I have a slight problem I am hoping someone can help me with.
I have a query that keeps giving me the following error message:
Undefined Function Nz in expression
Example: Qty Sold: Nz([Quantity Sold],0)
However when I create it this way:
IIf(IsNull([Quantity Sold]),0) I do not get an error but the fields do not calculate they show up blank instead.
Any assistance is greatly appreciated.
I have a query that keeps giving me the following error message:
Undefined Function Nz in expression
Example: Qty Sold: Nz([Quantity Sold],0)
However when I create it this way:
IIf(IsNull([Quantity Sold]),0) I do not get an error but the fields do not calculate they show up blank instead.
Any assistance is greatly appreciated.