I have a report (based on a query) that generates a list of all the work projects completed within a user-defined date range, with all of the cost information associated with each project. In the report footer, I have a control that calculates the sum of all the projects on the report (control source "=Sum([totalcost])"). I now need to break this total into 2 fields, based on another field on the query/report , billable. I need to create 2 total cost fields, one for billable (billable="YES") and one for non-billable (billable ="NO) projects. How do I accomplish this? Can I do this on the report itself, or does it have to be part of the query? Any help would be greatly appreciated.