T
Todd
The query below works great. It returns the null values in the status field
as "Pending" and the other statuses as entered in the field. I am also
trying to have the statuses "needs review" and "want order number" return as
"Pending". I have built a little and tested a little but to no avail. What
would I do in this statement to have the "null values", "needs review", and
'want order number" statuses returned as "Pending".
Current Status: Left(IIf(IsNull([status]),"Pending",[Status]),12)
as "Pending" and the other statuses as entered in the field. I am also
trying to have the statuses "needs review" and "want order number" return as
"Pending". I have built a little and tested a little but to no avail. What
would I do in this statement to have the "null values", "needs review", and
'want order number" statuses returned as "Pending".
Current Status: Left(IIf(IsNull([status]),"Pending",[Status]),12)