My summary report requires me to display number of entries made for the month and for the year-to-date.
If my report source is a query that filters by month (and use =Count for the report field) then my YTD numbers will be wrong because they're filtered out. OTOH, if I query the entire table, then the YTD numbers are fine but I can't get a count for monthly only.
How do I create a query with a YTD filter AND a Monthly filter without one affecting the other count? Or do I have to use separate queries, and if so, how would I then use 2 queries as sources for one report?
Basically, from one table containing all entries I need to be able to show YTD counts and Monthly counts together on the same report.
If my report source is a query that filters by month (and use =Count for the report field) then my YTD numbers will be wrong because they're filtered out. OTOH, if I query the entire table, then the YTD numbers are fine but I can't get a count for monthly only.
How do I create a query with a YTD filter AND a Monthly filter without one affecting the other count? Or do I have to use separate queries, and if so, how would I then use 2 queries as sources for one report?
Basically, from one table containing all entries I need to be able to show YTD counts and Monthly counts together on the same report.