E Eve Aug 26, 2003 #1 I know how to create an "If, Then" statement in Excel, but I forget the syntax for Access!
E Eve Aug 26, 2003 #2 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?
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?
J Joe Harman Aug 26, 2003 #3 IIF means "immediate if". The functions in Access (and VB/VBA) seem to me to be more consistent with other programming constructs than Excel.
IIF means "immediate if". The functions in Access (and VB/VBA) seem to me to be more consistent with other programming constructs than Excel.
J Jeff Boyce Aug 26, 2003 #4 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>
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>
J John Spencer (MVP) Aug 30, 2003 #5 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.
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.