G
GavinD
I am trying to create an Access 2003 query to count the number of projects
started in a month.
My table looks like this (Dates are in UK format)
ProjectID Start_Date
Project1 15/01/2009
Project2 17/01/2009
Project3 02/02/2009
Project4 28/04/2009
Project5 01/06/2009
Project6 10/06/2009
The result I am looking for should look like this:
Month/Year CountOfProjects
January 2009 2
February 2009 1
April 2009 1
June 2009 2
Any suggestions?
Cheers
Gavin
started in a month.
My table looks like this (Dates are in UK format)
ProjectID Start_Date
Project1 15/01/2009
Project2 17/01/2009
Project3 02/02/2009
Project4 28/04/2009
Project5 01/06/2009
Project6 10/06/2009
The result I am looking for should look like this:
Month/Year CountOfProjects
January 2009 2
February 2009 1
April 2009 1
June 2009 2
Any suggestions?
Cheers
Gavin