jasonstewart
Programmer
I have a database that keeps different line items on an invoice with the same 'ServiceRecordID' then uses 'Category' to seperate labor from parts (L and P respectively) I need to total the amount of labor and the amount of parts from each invoice. How might I do this with a SQL statement? Thank you for any help!