I have a main report that contains three (3) subreports…labor, material, PO.
My main report has three (3) Headers & Footers that allow grouping and sorting…supervisor, asset. wo.
Each subreport is successfully returning a calculated sum value of labor, material and PO value respectfully for each work order for each supervisor.
<b>BUT</b>, I have been trying, with no success to get a total cost for each wo that is the sum of each subreport <i>Sum([labor]+[material]+[PO])</i>. The values in each subreport under each wo are correct. I just need a grand total for each work order.
The subreports are getting their calculated values from a their own query and have a single calculated field…labor, material, po.
Any help will be greatly appreciated.
My main report has three (3) Headers & Footers that allow grouping and sorting…supervisor, asset. wo.
Each subreport is successfully returning a calculated sum value of labor, material and PO value respectfully for each work order for each supervisor.
<b>BUT</b>, I have been trying, with no success to get a total cost for each wo that is the sum of each subreport <i>Sum([labor]+[material]+[PO])</i>. The values in each subreport under each wo are correct. I just need a grand total for each work order.
The subreports are getting their calculated values from a their own query and have a single calculated field…labor, material, po.
Any help will be greatly appreciated.