Your example shows a simple sum of the defects. Maybe you should tell us
more about your calculated information.

Signature
Duane Hookom
MS Access MVP
The report's source is the Audit Details Query. The query looks at all
records within a defined timeframe. It outputs various info about each audit
(Business Unit, Department within the Business Unit, Product Family, Class,
Total Lot Qty, Total Sample Size, and Total Qty Defective) to name a few of
those relevant to this discussion. It does not perform any calculations.
The report then groups first by Date (Monthly only), then by BU, then by
Class (which is either Acceptable or Reject). After the Class grouping
header, it displays all of the Detail data, notably the Qtys that I
mentioned. Next to these qty's, I created another text box (BU OQL) with the
control set to "=([Defect Qty]/[Sample Qty])*([Lot Qty]/[Sum Of Lot
Qty1])*1000000". The [Sum of Lot Qty1] control is in the Business Unit
footer and provides me with the total Lot Qty of parts that were audited.
There is another text box (Plant OQL) with a similar calculation, only this
time the Total Lot Qty is for all products audited plant-wide. These
calculations provide me with a calculation of the BU and Plant OQL
contribution for each audit.
I then have a few text boxes in the Class footer and BU footer to give me
the totals for each of the groups. And then at the end, in the Date footer,
I sum it all up for a Plant Total.
As the report runs through each BU it does the calcs, sums them up in the BU
footer and then moves on to the next BU. My problem is that this report may
be up to 20 pages long, and I would like to display all of the individual BU
sums on one page at the end of the report.
I don't know if this helped you to understand or worked to pull you closer
towards the state of confusion that I am currently in. Hope it helped!
Thanks AGAIN!!!
> Your example shows a simple sum of the defects. Maybe you should tell us
> more about your calculated information.
[quoted text clipped - 92 lines]
> >> >> > >
> >> >> > > Thanks for any help!
Duane Hookom - 30 Nov 2005 23:14 GMT
Can you create a totals query grouped by BU and base a subreport on it? Add
the subreport to the report footer.

Signature
Duane Hookom
MS Access MVP
--
> The report's source is the Audit Details Query. The query looks at all
> records within a defined timeframe. It outputs various info about each
[quoted text clipped - 140 lines]
>> >> >> > >
>> >> >> > > Thanks for any help!