Hi every one,
I am a Access beginer, I have some questions to ask. Here is my question: I want to compare the id first, if the ids are the same pick the row with the earliest time, if id is unique then store. For example:
id Arrive Time
417 2006-01-06 7:50:56 PM
417 2006-01-06 8:15:17 PM
64 2006-01-07 1:10:51 AM
63 2006-01-07 1:15:00 AM
78 2006-01-10 2:41:34 AM
78 2006-01-10 3:03:28 AM
78 2006-01-10 1:39:44 PM
the result would be
417 2006-01-06 7:50:56 PM
64 2006-01-07 1:10:51 AM
63 2006-01-07 1:15:00 AM
78 2006-01-10 2:41:34 AM
Thank you very much.
I am a Access beginer, I have some questions to ask. Here is my question: I want to compare the id first, if the ids are the same pick the row with the earliest time, if id is unique then store. For example:
id Arrive Time
417 2006-01-06 7:50:56 PM
417 2006-01-06 8:15:17 PM
64 2006-01-07 1:10:51 AM
63 2006-01-07 1:15:00 AM
78 2006-01-10 2:41:34 AM
78 2006-01-10 3:03:28 AM
78 2006-01-10 1:39:44 PM
the result would be
417 2006-01-06 7:50:56 PM
64 2006-01-07 1:10:51 AM
63 2006-01-07 1:15:00 AM
78 2006-01-10 2:41:34 AM
Thank you very much.