Hi All,
What I have:
A table with multiple Date/Time columns. Here's an example:
What I would like:
A month-by-month summary counting the number of entries in each of the three columns, like this:
I'm indifferent as to what happens with the months zeros across all three fields (whether they show up in the report with zeros or are omitted altogether).
Smaller Pieces:
I am able to create such a summary for one column at a time:
![]()
Not what I'm looking for:
I can not figure out how to create a query that does this for all three columns. My best attempt was a disaster:
Any help/insight would be greatly appreciated. I have attached the example file for your convenience: Database1.accdb
Thank you.
EDIT:To clarify, my issue isn't the format of the date. I know about the Month(...) function. My question is regarding how to count this data and split it into a month-by-month summary (see the picture above in the "What I would like:" section)