I have a report that details data elements sorted by day, and grouped by week. In each of the Week grouping's footers, I have a bound text box for a running sum of one data element, and two unbound text boxes that contain the result of some calculations based upon the bound running sum. This all works well.
However, I have the need to incorporate a variable from an unbound textbox in the report header, into a calculation in only the first week's grouping footer. I don't need a control to repeat in each weekly grouping footer. I just need a calculation to be different in the first week's grouping footer.
Any ideas for me out there?
I may be able to modify the report's recordsource query to include this variable for the days within the first week only. I guess then I could use that field throughout the report and it would only impact the calculation the first week.
Would that be the approach? Or am I missing something when it comes to features within creating Reports?
Thanks,
Shred
However, I have the need to incorporate a variable from an unbound textbox in the report header, into a calculation in only the first week's grouping footer. I don't need a control to repeat in each weekly grouping footer. I just need a calculation to be different in the first week's grouping footer.
Any ideas for me out there?
I may be able to modify the report's recordsource query to include this variable for the days within the first week only. I guess then I could use that field throughout the report and it would only impact the calculation the first week.
Would that be the approach? Or am I missing something when it comes to features within creating Reports?
Thanks,
Shred