I have a Running Total defined that counts distinctively the number of items in a certain field. This works fine when there are records in the database (I'm using a simple .MDB file). When there are no records, it displays nothing, but what I need is for it to display a zero.<br><br>I wrote a formula to try and handle it, but no matter what I do, it always displays nothing. It seems that the formula never gets evaluated. If a formula contains database fields, it gets evaluated no sooner than WhileReadingRecords. And if the database contains no records, I guess it never gets that far.<br><br>What am I to do? I want a zero displayed when the database is empty, and the count displayed when there is at least one record in the database. Thanks for any ideas!