E
EmoryKA
I have a query that pulls information by [Loader]. Sometimes this field is
blank as the order has not been tasked to a loader. I want to display
"NONAME' in the field [Loader] if the field is blank.
I have tried IIF([Loader]="", "NONAME", [Loader])
and IIF([Loader] IS NULL, "NONAME", [Loader])
Neither seems to work. What am I doing wrong?
blank as the order has not been tasked to a loader. I want to display
"NONAME' in the field [Loader] if the field is blank.
I have tried IIF([Loader]="", "NONAME", [Loader])
and IIF([Loader] IS NULL, "NONAME", [Loader])
Neither seems to work. What am I doing wrong?