A
AAE
I have a table that has historical monthly performance for each fund ID #,
shown below:
ID Date
1 10/2008
1 11/2008
1 12/2008
2 10/2008
2 11/2008
3 10/2008
I want to show, for each ID, only the most recent date. How do I go about
this?
shown below:
ID Date
1 10/2008
1 11/2008
1 12/2008
2 10/2008
2 11/2008
3 10/2008
I want to show, for each ID, only the most recent date. How do I go about
this?