NEED REPORT TOTALS – NBS
I have a report that prints a detail listing that includes the following two columns:
Name: PermitFees
Control Sourse: =[BuildFee]+[FilingFee]
Note: BuildFee & FilingFee are two non-visible controls in the detail line.
Name: SewerFee
Control Source: =DSum(“[curFees]”,”tblBPFees”,”[tblBPFees].[lngBPermitID] =
[qryPermitRoadReport]![lngBPermitID] and [tblBPFees].[lngFeeTypeID] =GetPref(‘Sewer Fee ID’)”)
The detail lines for PermitFees & SewerFee print OK
In the report footer I have two text boxes and want to print a total for the above two columns.
I’ve tried many attempts with the expression builder and can’t get totals to print.
What am I doing wrong?
What should the control source be for Total PermitFees & SewerFee
Thanks, John Graves