Trying to figure out what I'm doing wrong with this IF THEN statement that I am trying to use in a query.
Expr4: Iif(([MCA_EPM_ISSUES]![QTR])="4",“TEST”,“ “)
In this case, the "QTR" field is designated as a text field in the design view of the table "MCA_EPM_ISSUES".
Any suggestions?