What is the difference

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

What is the difference of : IF and IIF

I need to practice programming in access. So can I get some problem.
 
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.
 
Back
Top