E
evel79
I need help selecting records with the earliest date between 2 or more
records with same Field 1 values. For example:
_Field_1_ *_Field_2_*
2314 *03/05/2003 14:21*
6789 *06/11/2001 05:30*
2314 *03/05/2003 10:45*
I would like for it to return or update/make a table where it gets rid
of the 1st record and keep the rest, meaning:
2314 03/05/2003 10:45 and 6789 06/11/2001 05:30 are the only ones to
show.
Thank you.
records with same Field 1 values. For example:
_Field_1_ *_Field_2_*
2314 *03/05/2003 14:21*
6789 *06/11/2001 05:30*
2314 *03/05/2003 10:45*
I would like for it to return or update/make a table where it gets rid
of the 1st record and keep the rest, meaning:
2314 03/05/2003 10:45 and 6789 06/11/2001 05:30 are the only ones to
show.
Thank you.