hello again,
have written the following IIF function, which works
IIf([G/L acct]=54201,"y","")
so, if the general ledger account is equal to 54201, then put a "y" in the field, otherwise leave blank.
The problem arises because I need 2 more accounts flagged with a "y"
I have written the...