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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top