I have a table which logs in student sigin and signout times. What i am trying to do is to get is count of students signed in for every 30 minute intervals.
Date 7:15-7:45 8:15-8:45 9:15-9:45
8/12/2010 1 0 3
8/14/2010 4 5 0
8/15/2010 3 2 1
Is there way i can do this?
thanks in advance..
Date 7:15-7:45 8:15-8:45 9:15-9:45
8/12/2010 1 0 3
8/14/2010 4 5 0
8/15/2010 3 2 1
Is there way i can do this?
thanks in advance..