N
Nonsense
I am in a select query. I am creating a new field [Sort] with the value
based on the current value in [status]. The value of the [status] field is
validated to only accept R, Y, or G:
Sort:iif ([status])="R", "1" elseif [status]="Y", "2" elseif [status]="G",
"3")
what am I doing wrong???
based on the current value in [status]. The value of the [status] field is
validated to only accept R, Y, or G:
Sort:iif ([status])="R", "1" elseif [status]="Y", "2" elseif [status]="G",
"3")
what am I doing wrong???