I have a table shown below....
DateAbs WorkdayID
24/01/2007 24
25/01/2007 25
22/02/2007 53
7/03/2007 66
8/03/2007 67
10/05/2007 130
4/06/2007 155
3/08/2007 215
25/10/2007 298
I want to return the number of periods of absence (7)
and the total number of days absent (9).
Is there a simple query that will achieve this please?