In a report, I want to use the "Count" function to count the number of records in a column, but only if the field contains data. In other words, if I have 10 records, and 5 of them have data in the subject field, the total of the count should be 5. I can't use a running sum b/c the field is not...