I have a database that I would like to build reports off of queries by Month, Date and Year. I tried a parameter but it didn't filter the Months. Anyone have a simple solution for me to build a Monthly report for each month?
Thank you in advance
Well, if your data is in by date, and you want it summariezed by month, you can query by using the month function, or the format function, ie format ([YourDate], "YYYY-MM"), that way you get your data sorted correctly also.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.