spartansFC
Programmer
Hi
i have a list of 100 people in a query who have a start date (qry1), startdate is in the format dd/mm/yyyy.
I need to show the number people who start in a certain month, to get the month year, on a column on (qry1) i added:
monthdate: format([startdate],"mmm yy"
so this works fine, when i run (qry2) which is based off (Qry1) i can get it show the various months (April 2011 to March 2012) and how many people started.
I'm now trying to say, in April 2011, if there were 20 people who started, of those 20, who had a category of "CIN" for example.
the categories are all in (qry1).
So the query will hopefully eventually have 3 columns.
Month, People Count, Category Count
April 2011 20 3
Anyone have any ideas.
thanks
Mikie
i have a list of 100 people in a query who have a start date (qry1), startdate is in the format dd/mm/yyyy.
I need to show the number people who start in a certain month, to get the month year, on a column on (qry1) i added:
monthdate: format([startdate],"mmm yy"
so this works fine, when i run (qry2) which is based off (Qry1) i can get it show the various months (April 2011 to March 2012) and how many people started.
I'm now trying to say, in April 2011, if there were 20 people who started, of those 20, who had a category of "CIN" for example.
the categories are all in (qry1).
So the query will hopefully eventually have 3 columns.
Month, People Count, Category Count
April 2011 20 3
Anyone have any ideas.
thanks
Mikie