count query access 2003

Weresmytriple

Registered User.
Local time
Today, 12:03
Joined
Sep 5, 2013
Messages
58
hi im currently trying to count the amount of records that fall in each month in the date complete field.

i am currently using a count query and it it bringing up the dates not the month

thanks for any help


michael
 
Use month(your datefield)

Or

Format(your datefield, "mmm")

Brian
 

Users who are viewing this thread

Back
Top Bottom