StarPassing
Programmer
Need a query that will return the latest dated record among like key fields.
Example:
Para Grade Date
1 85 04/01/04
2 92 03/28/04
1 91 03/26/04
3 90 04/02/04
2 85 03/29/04
The query should return the following.
Para Grade Date
1 85 04/01/04
2 85 03/29/04
3 90 04/02/04
Thanks
Example:
Para Grade Date
1 85 04/01/04
2 92 03/28/04
1 91 03/26/04
3 90 04/02/04
2 85 03/29/04
The query should return the following.
Para Grade Date
1 85 04/01/04
2 85 03/29/04
3 90 04/02/04
Thanks