R
Richard Pitman
I have a table in the following format:
field1 field2 field3 field4
1 22/4/2005 c 32
1 24/4/2005 a 32
1 30/4/2005 d 32
2 13/7/1998 f 12
2 5/7/1998 a 12
3 4/6/2005 a 56
I need to deduplicate field1 by selecting, for each value of field1, the
record containing the earliest date in field2.
Can anyone suggest how I might do this in access?
Many thanks
Richard
field1 field2 field3 field4
1 22/4/2005 c 32
1 24/4/2005 a 32
1 30/4/2005 d 32
2 13/7/1998 f 12
2 5/7/1998 a 12
3 4/6/2005 a 56
I need to deduplicate field1 by selecting, for each value of field1, the
record containing the earliest date in field2.
Can anyone suggest how I might do this in access?
Many thanks
Richard