Hi,
I have 16 IIF conditions to put into a table where the value of the cell depends on the other value.
If I select any value out of 16 values of STEP # column then the FINAL STATUS should change to particular value.
I do not know how to use number range in this, is it possible to give a range ? instead working on individual numbers ? this way I will reduce the text to avoid access saying me too complex query (means it accepts only 14 situations).
IIf([Step #]=1,"Open",IIf([Step #]=2,"Construction Complete",IIf([Step #]=3,"Documentation Colladed",IIf([Step #]=4,"Final Review",IIf([Step #]=5,"Final Review",IIf([Step #]=6,"Final Review",IIf([Step #]=7,"Final Sign Off",IIf([Step #]=8,"Final Sign off",IIf([Step #]=9,"Final Sign off",IIf([Step #]=10,"Final Sign off",IIf([Step #]=11,"Final Sign off",IIf([Step #]=12,"Final Sign off",IIf([Step #]=13,"Hibernation",IIf([Step #]=14,"Snaglist","Nill"))))))))))))))
Please advise.
Regards