G
Guest
I have the following line in a query:
Type: IIf([SelectedQuantity]=0 And [CorrectQuantity]>0,"SKIP","NO SKIP")
[SelectedQuantity] and [CorrectQuantity] are numeric fields but I want the
Type field to return text. I have done this in other queries but for some
reason I can't get this one to work. I get a field value of #Error for every
record.
Can someone tell me what I am doing wrong?
Type: IIf([SelectedQuantity]=0 And [CorrectQuantity]>0,"SKIP","NO SKIP")
[SelectedQuantity] and [CorrectQuantity] are numeric fields but I want the
Type field to return text. I have done this in other queries but for some
reason I can't get this one to work. I get a field value of #Error for every
record.
Can someone tell me what I am doing wrong?