Let's say I have a report that I want to limit to a specific item (so that I'm not printing an entire recordset), but I want the calculated fields to look at the entire recordset for their calculation.
The example is that I want to print a Sales Report for June of 2001, and I want to be able to use a running total to show the YTD for June at the bottom of the group footer. I would need to have access to the entire recordset, not just the ones I actually want to generate pages for. Is there anyway of doing this, easily?
The example is that I want to print a Sales Report for June of 2001, and I want to be able to use a running total to show the YTD for June at the bottom of the group footer. I would need to have access to the entire recordset, not just the ones I actually want to generate pages for. Is there anyway of doing this, easily?