I have the field below in one of my queires. The M_OPT_DATA5 field has 5 possabilities one of them being blank... if its blank I'd like to return "NO CODE". How can I add that to what I have below???
COLLECTIONS: IIf([M_OPT_DATA5]="R","AL",IIf([M_OPT_DATA5]="C","AL",IIf([M_OPT_DATA5]="O","OFF",IIf([M_OPT_DATA5]="S","ARMS",if([M_OPT_DATA5""))))
Bookmarks