MorningSun
Technical User
I don't know if this is a dlookup problem or something else.
I have a main report that has 3 subreports on it. In the footer of each subreport I have used DLookup functions to get totals for different regions (Southeast, midwest, northeast) that will be used for totals on the main report.
ChattCSTotals:
=(DLookUp("nz(Sum([NEPoints1]+[NEPoints2]))+nz(Sum([EoiPoints]))","qrySAAuditTotalsOrgFLEX","[SAlocation]='chattanooga'")
On the main report I reference the text boxes containing these dlookup functions to do more calculations. (ChattanoogaTotal= [subform1]![chattCStotals]+[subform2]![chattSAtotals] etc....)
When I preview the report (and all subreports)everything is perfect. All the numbers are there and they are all correct HOWEVER when I actually print the report, MOST of the calculated fields in the Main report and the subreport footer's become #Error.
Any ideas? Is this a dlookup problem, is it the amount of memory my form utilizes? What is "print" doing that "print preview" is not?
Thanks so much!!!!!
Dawn Coleman, Business Analyst
UnumProvident Corporation
PLEASE RECYCLE AND ENCOURAGE YOUR OFFICE/COWORKERS TO DO SO AS WELL.
I have a main report that has 3 subreports on it. In the footer of each subreport I have used DLookup functions to get totals for different regions (Southeast, midwest, northeast) that will be used for totals on the main report.
ChattCSTotals:
=(DLookUp("nz(Sum([NEPoints1]+[NEPoints2]))+nz(Sum([EoiPoints]))","qrySAAuditTotalsOrgFLEX","[SAlocation]='chattanooga'")
On the main report I reference the text boxes containing these dlookup functions to do more calculations. (ChattanoogaTotal= [subform1]![chattCStotals]+[subform2]![chattSAtotals] etc....)
When I preview the report (and all subreports)everything is perfect. All the numbers are there and they are all correct HOWEVER when I actually print the report, MOST of the calculated fields in the Main report and the subreport footer's become #Error.
Any ideas? Is this a dlookup problem, is it the amount of memory my form utilizes? What is "print" doing that "print preview" is not?
Thanks so much!!!!!
Dawn Coleman, Business Analyst
UnumProvident Corporation
PLEASE RECYCLE AND ENCOURAGE YOUR OFFICE/COWORKERS TO DO SO AS WELL.