Can this be done? I have a field called plant, which stores a F, C, G, B or China. Now I have to create reports, and I have to show what the plant is. (F,C,G,B are unacceptable)
Other than going back in at the table and fixing how I have these values store, I thought I would use an IFF statement.
I've tried a bunch of combinations such as
=IIf([Plant]="C","Chesterfield", iff [Plant]="F" "Fraser", iff [Plant]"B", "Belgium", iff[Plant] = "china", "China" )
I'm getting errors, so I'm not sure if I should be using the iif or if my syntax is wrong. HELP
Other than going back in at the table and fixing how I have these values store, I thought I would use an IFF statement.
I've tried a bunch of combinations such as
=IIf([Plant]="C","Chesterfield", iff [Plant]="F" "Fraser", iff [Plant]"B", "Belgium", iff[Plant] = "china", "China" )
I'm getting errors, so I'm not sure if I should be using the iif or if my syntax is wrong. HELP