IIF AND

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello.

How would I add a second condition to the IIF() function, without using
nested IIF() functions ?

i.e.

IIF(A,X,Z)

I would like

IIf(A AND B,X,Y)

Any ideas ?

Regards,
James

.