I have a table that has data in the following format:
ID No. Date Entered Comment
1 12/02/02 "sdfls dskljf aslkj..."
1 15/03/02 "wioyeri uik kasj ash.."
1 16/05/02 ",mzxcn z,mxc zxdczc..."
2 15/03/02 "ashdk kjasd kjhdf..."
2 23/05/02 "oieur lkjsfe ie kd..."
3 27/06/02 "lkjsfe oieu eiwo ..."
What I need is the latest comment that each ID No has associated with it by date so that I get:
ID No. Date Entered Comment
1 16/05/02 ",mzxcn z,mxc zxdczc..."
2 23/05/02 "oieur lkjsfe ie kd..."
3 27/06/02 "lkjsfe oieu eiwo ..."
This is driving me round the twist. If anyone can help I'd be grateful.
MTIA
aexley
ID No. Date Entered Comment
1 12/02/02 "sdfls dskljf aslkj..."
1 15/03/02 "wioyeri uik kasj ash.."
1 16/05/02 ",mzxcn z,mxc zxdczc..."
2 15/03/02 "ashdk kjasd kjhdf..."
2 23/05/02 "oieur lkjsfe ie kd..."
3 27/06/02 "lkjsfe oieu eiwo ..."
What I need is the latest comment that each ID No has associated with it by date so that I get:
ID No. Date Entered Comment
1 16/05/02 ",mzxcn z,mxc zxdczc..."
2 23/05/02 "oieur lkjsfe ie kd..."
3 27/06/02 "lkjsfe oieu eiwo ..."
This is driving me round the twist. If anyone can help I'd be grateful.
MTIA
aexley