R
..rick
I have a table that records client attendance on a course and need to get a
count of course sessions given each month.
If I do a Select Distinct [dateattended] I get a cursor showing exactly what
is needed - for example:
2008-04-02
2008-04-09
2008-04-16
2008-05-01
2008-05-08
2008-05-15
2008-05-22
2008-05-29
There were 3 sessions held in April and 5 in May.
How do I coerce the count by month? When I do a Count on [dateattended] I
get the entire attendance and not the count of sessions.
Your advice is greatly appreciated.
Thanks
... rick
count of course sessions given each month.
If I do a Select Distinct [dateattended] I get a cursor showing exactly what
is needed - for example:
2008-04-02
2008-04-09
2008-04-16
2008-05-01
2008-05-08
2008-05-15
2008-05-22
2008-05-29
There were 3 sessions held in April and 5 in May.
How do I coerce the count by month? When I do a Count on [dateattended] I
get the entire attendance and not the count of sessions.
Your advice is greatly appreciated.
Thanks
... rick