S
Simon
I have a shop database that hold products and the prices we purchase
items for
tblProducts ( ProductID, ProductName)
tblStockPurchasePrice (ID, ProductID,Price,PurchaseDate)
I would like a create a query that will show ever product along with
the latest purchase price based on the PurchaseDate.
Could any one let me know how to do somthing like this
items for
tblProducts ( ProductID, ProductName)
tblStockPurchasePrice (ID, ProductID,Price,PurchaseDate)
I would like a create a query that will show ever product along with
the latest purchase price based on the PurchaseDate.
Could any one let me know how to do somthing like this