hi many thanks for replys
this is what i am doin at the moment
SELECT Order.[Quantity Ordered], Order.[Unit Price Paid], Order.[Total Cost], Purchase.ProjectID, ([quantity ordered]*[unit price paid]) AS Expr1
FROM Purchase INNER JOIN [Order] ON Purchase.PurchaseOrderID = Order.PurchaseOrderID...