.
ms access consultant, ms access, microsoft access consultant, access developer, ms access developer, MS Access Consultant,
MS Access Consulting,
MS Access Professional,
MS Access Consultation,
MS Access 2003,
MS Access 2007,
MS Access 2010,
MS Access 2011,
MS Access 2013,
MS Access Developer,
Access developer,
MS Access advisor,
MS Access Development ,
MS Access Application Services,
MS Access contractor,
ms access expert,
MS Access freelance,
MS Access freelancer,
Access developers, accessdeveloper.net,

What is Microsoft Access IIF function – AccessDeveloper

Access IIF function takes an expression and returns with whether it is true or if it is false.

The syntax that is used to determine whether the expression is true or false is:

Iif(expression, truepart, falsepart)

This function with go through both the truepart and the falsepart even though you will only get one answer. Knowing this, keep an eye out for possible errors that can occur. Sometimes it will return saying the expression is false when in fact it is true.