I am not that experienced with SQL, and was hoping someone could answer my question. I have 2 tables. one of the tables houses part information, fields include PART_NAME, QUANTITY, WORK_ORDER_NUMBER, DOLLAR_AMOUNT. The other houses labor informaion, fields include LABOR_ACTION, WORK_ORDER_NUMBER and DOLLAR_AMOUNT. I was wondering how I would write a query that added the dollar amounts of the two tables grouped by work order number. For example, If I had 2 entries in the parts table with work order #1, and 2 entries in the labor table for work order #1 how could I get the total dollar amount for all 4 entries?