Pardon me if this question already been asked before.
I tried to sort a query to meet my desire. Here is the example:
My goal is to get latest price for each customer and supplier. Which the result should be:
I tried to descending the date order and set Last on Date and Price at the Total row. But it doesn't effect a thing.
Please help me on this case.
Regards,
Eko/Indonesia
I tried to sort a query to meet my desire. Here is the example:
Code:
[I]Date Customer Supplier Price[/I] 31-Oct-09 Charlie Australia $ 100 20-Oct-09 Omega Singapore $ 50 4-Oct-09 Charlie Australia $ 20 5-Oct-09 Omega Singapore $ 60 15-Oct-09 Charlie China $ 200 20-Oct-09 Charlie China $ 300
Code:
[I]Date Customer Supplier Price[/I] 31-Oct-09 Charlie Australia $ 100 20-Oct-09 Omega Singapore $ 50 20-Oct-09 Charlie China $ 300
Please help me on this case.
Regards,
Eko/Indonesia
Comment