R
rml
I have a query with three fields. ID, Standard, Report
I'm trying to use the following code in the field line:
Report:
IIf([Standard]=1,"abc",IIf([Standard]=2,"stop",IIf([Standard]=3,"nice")))
But the values in Report are #Error?
What am I doing wrong? Thanks.
I'm trying to use the following code in the field line:
Report:
IIf([Standard]=1,"abc",IIf([Standard]=2,"stop",IIf([Standard]=3,"nice")))
But the values in Report are #Error?
What am I doing wrong? Thanks.