Please, help! This is my first post here, and I am fairly new to Access.
I have a report that I inherit from another developer:
Report Header => Water Flow
Page Header (columns) => "Month", "Min Flow", "Max Flow", "Avg Flow"
DATESTAMP Header => empty
Detail => empty
DATESTAMP Footer => DATESTAMP, MIN(Flow), MAX(Flow), AVG(Flow)
Page Footer => empty
Report Footer ======>>>>> Here, for all 12 months, I would like to get the MIN, MAX, and AVG value of "Flow".
There's a catch, though! I would like the report to EXCLUDE AND GREY OUT the first 3 months for the MIN and MAX calculations here.
Is there a way to do so?
In the DATESTAMP Footer, I am able to make them invisible (for testing) using the On Format's Event Procedure. But I cannot seem to EXCLUDE the values in the MIN and MAX calculations in the Report Footer section.
I would like to reuse as much as what I have currently for this report (layout, query). If the current setup won't work, would there be another way to arrive at the same result?
Any help and suggestions would be greatly appreciated!
Thank you for your time and expertise!
I have a report that I inherit from another developer:
Report Header => Water Flow
Page Header (columns) => "Month", "Min Flow", "Max Flow", "Avg Flow"
DATESTAMP Header => empty
Detail => empty
DATESTAMP Footer => DATESTAMP, MIN(Flow), MAX(Flow), AVG(Flow)
Page Footer => empty
Report Footer ======>>>>> Here, for all 12 months, I would like to get the MIN, MAX, and AVG value of "Flow".
There's a catch, though! I would like the report to EXCLUDE AND GREY OUT the first 3 months for the MIN and MAX calculations here.
Is there a way to do so?
In the DATESTAMP Footer, I am able to make them invisible (for testing) using the On Format's Event Procedure. But I cannot seem to EXCLUDE the values in the MIN and MAX calculations in the Report Footer section.
I would like to reuse as much as what I have currently for this report (layout, query). If the current setup won't work, would there be another way to arrive at the same result?
Any help and suggestions would be greatly appreciated!
Thank you for your time and expertise!