Formula in my Query

  • Thread starter Thread starter Eve
  • Start date Start date
Thank you!!
I remembered that it was something silly, why in the
world do they add an extra i ???????? It's crazy, they
should keep it consistent with Excel, don't you think?
 
IIF means "immediate if". The functions in Access (and
VB/VBA) seem to me to be more consistent with other
programming constructs than Excel.
 
Eve

If you code in VBA, you'll see that the "If ... Then" statement works. The
Immediate If (IIF()) function works inside queries.

Jeff Boyce
<Access MVP>
 
Because it is an Immediate IF and is a different function from If...Then...End
If. Since it is a different function, it must have a different name.
 
Back
Top