Hello,
I have a small query problem, how would I determine the total amount of the products which make up an order please?
I have the following fields in my query...
OrderID, ProductCode, UnitPrice, Quantity, Amount: [UnitPrice]*[Quantity], Total
Now, I require the total to equal the value of all the 'amount' values, so basically the total cost of the order...is this possible please?
I was messing around with the =SUM expression but I couldn't figure out how to work it...
Thank you for any advice
I have a small query problem, how would I determine the total amount of the products which make up an order please?
I have the following fields in my query...
OrderID, ProductCode, UnitPrice, Quantity, Amount: [UnitPrice]*[Quantity], Total
Now, I require the total to equal the value of all the 'amount' values, so basically the total cost of the order...is this possible please?
I was messing around with the =SUM expression but I couldn't figure out how to work it...
Thank you for any advice