I have a database that contains the following fields
client # Date start time State Item
1 10/1/03 1:02 PM oh ap
2 10/15/03 5:04 PM ky ba
1 9/1/03 5:00 AM oh cd
2 10/4/03 8:00 AM oh ap
1 10/18/03 9:00 PM oh fp
I want the last date and time where item = ap, or ba, or cd and bring the following detail back
client # Date State Item
1 10/1/03 oh ap
2 10/15/03 ky ba
Sorry this is probably so simple, i just can't figure it out.
thanks for your help!!!
client # Date start time State Item
1 10/1/03 1:02 PM oh ap
2 10/15/03 5:04 PM ky ba
1 9/1/03 5:00 AM oh cd
2 10/4/03 8:00 AM oh ap
1 10/18/03 9:00 PM oh fp
I want the last date and time where item = ap, or ba, or cd and bring the following detail back
client # Date State Item
1 10/1/03 oh ap
2 10/15/03 ky ba
Sorry this is probably so simple, i just can't figure it out.
thanks for your help!!!