I have a qeury that is pulling totals for a report. It needs to pull six totals, and then show the totals for each Order ID#. So it should say order Id #1, then six totals, even if the total is 0.00. Each type of service is coded, so code#1 is a tires repair, code#2 is a fluids repair, ect... all the way to six. In the form, there is a combo box that is a lookup to a Products table, and when a Fluids coded item is entered, the code(#2) is sent into the table along with it. However, for each of the codes (1-6) if it is not picked on the form, it is not entered into the table. So when the query looks for totals it only pulls the order ID #'s that have all the 6 totals. So I need to somehow, in the query for the report assign a $0.00, if one of these totals colums are coming into the query with no value.