View Single Post
  #1   Report Post  
Joyce
 
Posts: n/a
Default How to count the number of times something occurs within a certain month

Hi,

Does anyone have a suggestion on how I should do the following?

I have a table column that contains dates like,

1 Feb 05
6 Feb 05
27 Feb 05
7 Mar 05
20 Mar 05

I want to be able to count Feb = 3 and Mar = 2.

Thanks!
Joyce