P
pat67
Hello, I am getting an error when I insert a nested iif function and I
can't understand why. Can someone help? Here is the issue. I have a
field which shows either a number or the word "Late". So my function
is as follows:
iif([Days From Extraction]>35,">35 Days",iif([Days From Extraction]
<=35,"<=35 Days","Late"))
"Days From Extraction" is the number of days an order is due from when
i run the query. If the due date is in the past, it shows "Late". When
i then enter another field with the nested funtion, whenever it should
say "Late" it is showing "#Error"
Help please.
Thanks
can't understand why. Can someone help? Here is the issue. I have a
field which shows either a number or the word "Late". So my function
is as follows:
iif([Days From Extraction]>35,">35 Days",iif([Days From Extraction]
<=35,"<=35 Days","Late"))
"Days From Extraction" is the number of days an order is due from when
i run the query. If the due date is in the past, it shows "Late". When
i then enter another field with the nested funtion, whenever it should
say "Late" it is showing "#Error"
Help please.
Thanks