I have a report with several subreports. On the main report I have a field with the following calculation:
=Sum([SumOfDIV_COST])/[Report]!PC_Shipped_subreport!SumOfSumOfQty_Shipped
This calculates the average claim cost by how many items shipped. This works fine. Query parameters are pulled form a combo box/form. My problem is there is one product code (999) that is not shipped. The user selects more than one code, the report breaks on each code. When 999 is among those selected, the page has #error where the calculation would be. I am at a loss here.
=Sum([SumOfDIV_COST])/[Report]!PC_Shipped_subreport!SumOfSumOfQty_Shipped
This calculates the average claim cost by how many items shipped. This works fine. Query parameters are pulled form a combo box/form. My problem is there is one product code (999) that is not shipped. The user selects more than one code, the report breaks on each code. When 999 is among those selected, the page has #error where the calculation would be. I am at a loss here.