I have a table that contains line items from invoices. Some invoices have only one line, while others contain multiple lines. There is a column (tblInvoice.LineNo) that signifies the Invoices line number. There is a column called tblInvoice.InvoiceNo that is the invoice number. Each invoice line actually represents an individual part ordered on the invoice. Each line has many other columns related to the part such as QtyShipped, part price, tax, and freight.
What is the best way to calculate and save to a table, the sum of each invoice? The sum would be (QtyShipped * Part Price) + Tax + Freight ( for every line in the invoice) .
Thanks
PDUNCAN - MEMPHIS, TN
What is the best way to calculate and save to a table, the sum of each invoice? The sum would be (QtyShipped * Part Price) + Tax + Freight ( for every line in the invoice) .
Thanks
PDUNCAN - MEMPHIS, TN