Why is this statement wrong? 
Expr1: IIf([Score]>=55,"AT",""
Or ([Score] Between 40 And 54,"OT",""
Or ([Score]<40,"BT",""
I'm trying - in one column - to determine if a score is Above Target, On Target or Below Target. I thought this would work....
Any suggestions on what I'm doing wrong?
Expr1: IIf([Score]>=55,"AT",""
I'm trying - in one column - to determine if a score is Above Target, On Target or Below Target. I thought this would work....
Any suggestions on what I'm doing wrong?