This is on a report not a form, but hopefully someone can help me. I have a report that has fields: NAME, CLASSIFICATION, and WAGE. The report's Record Source is a Query called qryDISTRIBUTION. I want the WAGE field to be blank if the the CLASSIFICATION = "Superintendent"
I tried setting the WAGE control source to =Iif([CLASSIFICATION] = "Superintendent",Null,[WAGE]) but I'm getting an error because it's a circular reference. How can I better go about this?
Thanks!
I tried setting the WAGE control source to =Iif([CLASSIFICATION] = "Superintendent",Null,[WAGE]) but I'm getting an error because it's a circular reference. How can I better go about this?
Thanks!