Grouping Number of Records by Month

G

Guest

The user of the database I created would like to know the number of Billers
(which is indicated by a checkbox when the record is entered into the
form)for each month. I can create a simple query that counts the number of
billers with the user entering a number of the month in the Open date field.
What is the best way to create a report based on month that is the date
field. I would like to group all the records entered in December and sum the
total.

Thanks,
Maria
 
R

Rick B

in the grouping and sorting just enter something like...


= Month([SomeDateField])


Rick B
 

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

Top