I would like to create a make-table that uses a multiple IIf function similar to the statement below:
DivAbr: IIf([BLOCKNAME]="640-10","UTFRI",[DIVISIONABBR])
Based on the 8 different [BLOCKNAME], I want the [DIVISIONABBR] to say "UTFRI".
It works for one condition, but not for several. Does anyone know how to get this to work?
Thanks
DivAbr: IIf([BLOCKNAME]="640-10","UTFRI",[DIVISIONABBR])
Based on the 8 different [BLOCKNAME], I want the [DIVISIONABBR] to say "UTFRI".
It works for one condition, but not for several. Does anyone know how to get this to work?
Thanks