I imagine you have a field in your query called something like " "amount purchased" In this control source of the field in the report type something like this:
IIF([Amount Purchased] Is Null,0,([Amount Purchased])
This will place a zero in the field when the amount purchased was zero if the...