If the report is based on a query, then in the criteria section of the cc field in the query, type:
Not Is Null
Alternatively, if the report is based on a table (or a query), then in the properties dialog for the entire report there is a filter property. In thi property, you can put:
Not cc Is Null
Either method will omit records that do not anything in the cc field.
Good luck
-Gary