jasonstewart
Programmer
I have a MS Access 2000 database that keeps track of multiple invoices and within each invoice there are multiple line items with the same ServiceRecordID (PrimaryKey.) What I need to do is total the Parts + Tax and Labor I have an update table that totals all the labor and all the parts from a particular ServiceRecordID and places an L or a P in a forward column ie. The column headings are ServiceRecordID – Category – Total Price and the data is as follows 3000 – L – 255.00 then next row 3000 – P – 156.75 and I need to pull the parts out and add tax and place the Total Parts Excluding tax in another table with the same primary key and then the total labor in the same other table as Total Parts and place a tax amount just in the column next to the Total Parts. I have managed to use another Query to place the total for the invoice and a total tax for everything labor and parts.
I know that is a lengthy description and I hope that it is thorough enough to help you help me!! Thank you for the help and any suggestions.
If you need any additional information please just ask.
I know that is a lengthy description and I hope that it is thorough enough to help you help me!! Thank you for the help and any suggestions.
If you need any additional information please just ask.