Count in each month

  • Thread starter Thread starter Kappa
  • Start date Start date
K

Kappa

I've a column, say A1, with different dates between Jan 2005 to Dec
2005.

How can I count how many times Month Jan (e.g. 01-Jan-2005) has come,
how many times Month Feb date has come and so on.

There must be some function which can give me this.
 
Create a new query.

Add the table (this is an MS Access newsgroup after all).

Add the date-related field.

Add a new field that determines which month the date is in -- for example:
WhatMonth: Month([YourDateField])

Change the query to a Totals query, GroupBy your new WhatMonth field and
Count your table's rowID field.

Good luck!

Regards

Jeff Boyce
Microsoft Office/Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Access Count dates within a Month 4
Rolling 12 Months Data 9
Query to summarize/Count by month 3
Extracting Month and year 1
Daily / Monthly Chart 1
445 canlendar 1
Cross tab - complex IIF 2
Creating monthly totals 1

Back
Top