I have a very simple Report that pulls from a query. I have a field named EXP. I am simply trying to count how many records meet a certain criteria. I have tried the following however it just returns the total number of records not filtering the criteria...any help is appreciated....Thanks!
Code:
=Count(Abs([exp]>2051201))