I have just today seen the ‘IIF” statement, by virtue of a client’s question to me about Access VBA code.
I tried it out in Word97SR2 and saw what it did.
I’ve read the thread about “solely in Access” and “no it’s not”.
If you currently make use of the IIF, what prompted you to prefer that over the regular nestable If-Then-Else?
I’m struggling to find a reason for ever using IIF in preference to the regular nested version.
I’m particularly interested in examples where one can do with IIF what can’t be done (!) using If-Then-Else.