IF Then ElseIf Statement in Expression
Anyone have an example on how to write an IF Then ElseIF statement?
I can't get the syntax.
Thanks!
[107 byte] By [
bubberz] at [2007-12-16]
=IIf(<bool>,<when true>,IIF(<bool>,<when true>,<when false))
Basically, IIf's can be nested.