Hi there,
I was wondering if someone could help me.
I have two tables - one which contains the Invoice with details such as the Sales Rep who made the sale and the transaction date. It will also contain a total invoice cost - which is what I'm having trouble with.
The other table contains each line of the invoice (i.e. the products that are sold)
http://tinypic.com/view.php?pic=99nh9e&s=5
I want to add each unit cost for every product in the invoice to give an overall total for the invoice to be displayed in the first table.
For example, in the link above, I want to add up the unit cost's for invoice 10264 and place the total in the "Invoice Total" in the 1st table which corresponds to that invoice number
How would I go about making a calculation to do this?
Thanks very much for your help and sorry if my explanation is poor. I really appreciate your help with this
I was wondering if someone could help me.
I have two tables - one which contains the Invoice with details such as the Sales Rep who made the sale and the transaction date. It will also contain a total invoice cost - which is what I'm having trouble with.
The other table contains each line of the invoice (i.e. the products that are sold)
http://tinypic.com/view.php?pic=99nh9e&s=5
I want to add each unit cost for every product in the invoice to give an overall total for the invoice to be displayed in the first table.
For example, in the link above, I want to add up the unit cost's for invoice 10264 and place the total in the "Invoice Total" in the 1st table which corresponds to that invoice number
How would I go about making a calculation to do this?
Thanks very much for your help and sorry if my explanation is poor. I really appreciate your help with this