I have a database that has a field for a procedure code and a field for the amount paid for the procedure. We can pay for the procedure-(+$), not pay for the procedure ($0), or backcharge (-$) for a procedure. I have a query that lists all the procedure codes that were done for the month and the +-or 0 paid. I have a second query that lists the total count of procedures and the total amount to be paid for each procedure code for the month. I can remove the $0 from the procedure count, but I would like to remove the -$ from the amount due AND from the total count of procedures done. Any help would be appreciated.