Faith90189
MIS
I've got a report that I'd like to use a checkbox field for the criteria. Basically, I want all the records that do NOT have a check in the box to display on my report. The only values for the checkbox are Y (checked) and N (not checked). When I use the formula ({field.name})="Y" I get the correct records. When I use the same formula and substitute N for Y, I get NO records! I've tried using null, not isnull, and " " for an empty field, but I still get nothing. Can someone please help me with this?