G Guest Jun 28, 2005 #1 What is the difference of : IF and IIF I need to practice programming in access. So can I get some problem.
What is the difference of : IF and IIF I need to practice programming in access. So can I get some problem.
V Van T. Dinh Jun 28, 2005 #2 If is a VBA statement. It is an element of the IF ... THEN ... ELSE ... END IF structure. IIf() (Immediate IF) is a *function that returns a value.
If is a VBA statement. It is an element of the IF ... THEN ... ELSE ... END IF structure. IIf() (Immediate IF) is a *function that returns a value.