A
alan_conoco
Hello,
I have a table (in MS Access 2000) which stores data on the sales of
various different products, the sale price is variable.
Time Price Product
1:00 60 a
1:02 61 a
1:04 50 b
1:05 25 c
1:06 49 b
I would like to retrieve the latest sale price for each product.
Therefore (based on the above) the query should return
Time Price Product
1:02 61 a
1:06 49 b
1:04 50 c
I can do this using the TOP function for one product but am struggling
to do it for many products.
Any ideas would be greatly appreciated.
Many thanks,
Alan
I have a table (in MS Access 2000) which stores data on the sales of
various different products, the sale price is variable.
Time Price Product
1:00 60 a
1:02 61 a
1:04 50 b
1:05 25 c
1:06 49 b
I would like to retrieve the latest sale price for each product.
Therefore (based on the above) the query should return
Time Price Product
1:02 61 a
1:06 49 b
1:04 50 c
I can do this using the TOP function for one product but am struggling
to do it for many products.
Any ideas would be greatly appreciated.
Many thanks,
Alan