I have a date range of records. (1/1/2010 through 12/31/2010)
Coding the following will give me a total record count:
=Count([MyDateField])
How could I modify it to give me a count by month? I need to know the number of records per month (ie 1/1/2010 through 1/31/2010, 2/1/2010 through 2/28/2010, etc etc)