T
tony V via AccessMonster.com
HI! Im doing a query and getting duplicate. I just want the max of Result
and the date for that result.
I tried using max in total for Result and it still show all the output, Can
anyone help me?
Im getting:
ID Result Date
1 1 1/22/2000
1 6 12/6/2003
1 12 6/3/2004
2 2 6/7/2000
2 10 7/25/2005
I want max of Result and the date for the Result.
ID Result Date
1 12 6/3/2004
2 10 7/25/2005
and the date for that result.
I tried using max in total for Result and it still show all the output, Can
anyone help me?
Im getting:
ID Result Date
1 1 1/22/2000
1 6 12/6/2003
1 12 6/3/2004
2 2 6/7/2000
2 10 7/25/2005
I want max of Result and the date for the Result.
ID Result Date
1 12 6/3/2004
2 10 7/25/2005