Hi.
Im currently working on a project and need to take the total value from a crosstab query and store it in another table. This may be the completely wrong way of going about this so here is the situation.
I have a table for invoices, with 2 relevant fields. Invoice number and Total
I have another table with Invoice number, Item number, Price.(several items per invoice)
I want to update the invoice table with the total of all the prices from the same Invoice number. (i.e if inv number 1 has 4 items i want the total of those, inv number 2 has 3 i want it to sum those)
My knowledge of access is quite poor, so any help would be appreciated.
Thanks
Sean
Im currently working on a project and need to take the total value from a crosstab query and store it in another table. This may be the completely wrong way of going about this so here is the situation.
I have a table for invoices, with 2 relevant fields. Invoice number and Total
I have another table with Invoice number, Item number, Price.(several items per invoice)
I want to update the invoice table with the total of all the prices from the same Invoice number. (i.e if inv number 1 has 4 items i want the total of those, inv number 2 has 3 i want it to sum those)
My knowledge of access is quite poor, so any help would be appreciated.
Thanks
Sean
Last edited: