What is the difference

K

Kutty

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

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.
 
Top