hi all,
I have the below iif:
iif([table1]![ldp]="1", "Yes", iif([table1]![ldp]="0", "No"))
however I would like to include another condition:
iif([table1]![ldp]=" ", "Yes") ie if the ldp is BLANK, give me again YES
Does anybody know how to combine the above three conditions in one iif?
Thank you in advance.
I have the below iif:
iif([table1]![ldp]="1", "Yes", iif([table1]![ldp]="0", "No"))
however I would like to include another condition:
iif([table1]![ldp]=" ", "Yes") ie if the ldp is BLANK, give me again YES
Does anybody know how to combine the above three conditions in one iif?
Thank you in advance.