Hi,
I have a table that looks like this:
Name Number Date Event1 Event2
AAAA 455 1/1/01 A A
AAAA 455 3/2/02 B A
AAAA 455 8/3/05 C J
BBBB 123 3/5/02 A G
BBBB 123 8/2/04 K N
I am looking to write a query to get the earliest record for each name (one record per name) based on the date field with the associated Event1 and Event2.
You help is always appreciated.
Thanks
Mo
I have a table that looks like this:
Name Number Date Event1 Event2
AAAA 455 1/1/01 A A
AAAA 455 3/2/02 B A
AAAA 455 8/3/05 C J
BBBB 123 3/5/02 A G
BBBB 123 8/2/04 K N
I am looking to write a query to get the earliest record for each name (one record per name) based on the date field with the associated Event1 and Event2.
You help is always appreciated.
Thanks
Mo