M
mattc66 via AccessMonster.com
Below is how I have the iif statment in my query. Its not working.
WHSE1: IIf([whse]="1B","WDNVL",IIf([whse]="2C","COKATO"",IIf([whse]="2M",
"NOVI")
Basically I need the following
If whse = 1B then display WDNVL
If whse = 2C then display COKATO
If whse = 2M then display NOVI
When I run the query it doesn't display the Cokato or Novi names they are
blank.
WHSE1: IIf([whse]="1B","WDNVL",IIf([whse]="2C","COKATO"",IIf([whse]="2M",
"NOVI")
Basically I need the following
If whse = 1B then display WDNVL
If whse = 2C then display COKATO
If whse = 2M then display NOVI
When I run the query it doesn't display the Cokato or Novi names they are
blank.