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...