A
Andre Beier
Hi,
I have created a query with a GROUP BY statement
Here is an excerpt of the result set:
TankId Tank StartDate StartTime
13 Pilot 5/5/2004 8:00
13 Pilot 4/12/2004 12:00
13 Pilot 3/18/2004 10:40
1 S601 2/21/2004 15:21
1 S601 2/21/2004 15:21
1 S601 7/10/2004 17:31
11 S602 1/9/2004 0:00
11 S602 4/26/2004 8:00
I want to modify the query that only the FIRST record of each TankID Group
is displayed.
It should look like that:
13 Pilot 5/5/2004 8:00
1 S601 2/21/2004 15:21
11 S602 1/9/2004 0:00
Is there any way to do that in Access?
Thanks in advance
Andre
I have created a query with a GROUP BY statement
Here is an excerpt of the result set:
TankId Tank StartDate StartTime
13 Pilot 5/5/2004 8:00
13 Pilot 4/12/2004 12:00
13 Pilot 3/18/2004 10:40
1 S601 2/21/2004 15:21
1 S601 2/21/2004 15:21
1 S601 7/10/2004 17:31
11 S602 1/9/2004 0:00
11 S602 4/26/2004 8:00
I want to modify the query that only the FIRST record of each TankID Group
is displayed.
It should look like that:
13 Pilot 5/5/2004 8:00
1 S601 2/21/2004 15:21
11 S602 1/9/2004 0:00
Is there any way to do that in Access?
Thanks in advance
Andre