I have a database that keeps track of tasks my staff does through the day, I have a simple query that counts the number of times each task was performed.
I have been running the database for a few months now and I would like to modified the query to perform the query by month and not just the total of the database entries.
I have tried to use the date field (format 01-Jan-14) but I always get a listing that totals every day in the month.
How do I modify the query or do I have to use another method?
I have been running the database for a few months now and I would like to modified the query to perform the query by month and not just the total of the database entries.
I have tried to use the date field (format 01-Jan-14) but I always get a listing that totals every day in the month.
How do I modify the query or do I have to use another method?