H
Hardworker
I am trying to evaluate a string by using an IIf function:
=IIf([WhoPaysCarriage]="Receiver",0,1)
ie if the contents of the field WhoPaysCarriage contains the word Receiver
then a 0 is returned etc
I keep getting an #error. What is wrong with the statement?
=IIf([WhoPaysCarriage]="Receiver",0,1)
ie if the contents of the field WhoPaysCarriage contains the word Receiver
then a 0 is returned etc
I keep getting an #error. What is wrong with the statement?