I have a report and need a total of all the records and then a total of just certain records. In the report header I inserted an unbound text box with =Count(*). This works fine in counting all of the records. Now I also need a count of those records that have no SubscriberID. So in another unbound text box I have =Count([SubscriberID]=0). But it does not work. I still get a count of all the records. How can I get it to give me a count of just those records with no SubscriberID? Thanks much..