Experts, Can you have "Or" allowed in the expression of a IFF Function? The following function works perfectly: IIf([Alphabet]="A",0,1) But I can't get it to work with "Or": IIf(([Alphabet]="A") Or ([Alphabet]="B") Or ([Alphabet]="C"),0,1)