Re: Need Help Summing Sales and Donations in Report Footer
- From: "Larry Linson" <bouncer@xxxxxxxxxxxxx>
- Date: Wed, 8 Aug 2007 15:50:29 -0500
"znibk" <znibk@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote
I am trying to get a Grand Deposit Total of Sales,
Cash Donations, Other Income, and Other Sales in
the report footer. I have tried adding a new field in
the query and referencing that field name in the
report footer ie: AGDT. I used the sum in the
Total Row of the Query
What "Total Row" of what Query?
and put Nz([ASalesDep],0)+Nz([CD],0)+Nz([OI],0)+
Nz([OS],0) and I get a blank return when I run the query.
As I said before, I have tried putting just the field name
[AGDT] in the report footer and I have tried putting that same
expression in the report footer, and also receive a blank
spot on my report.
If the calculation you used to create [AGDT] does not contain a value, why
would you expect that putting the Field in the Control Source of a Control
_anywhere_ on the report to show anything?
Anyone, any suggetions? As always, your help
is appreciated. k
This seems to be our day in m.p.a.reports to be expected to correct errors
without any description of the underlying data. Tell us what data you have,
how it's structured, and what you have in the report (e.g., the parts that
are working)... oh, yes, copy and past the SQL for the Query that is the
RecordSource of the Report, too. Then maybe someone will have a remote
chance of making a useful suggestion.
Larry Linson
Microsoft Access MVP
.
- Follow-Ups:
- Prev by Date: Re: Cost Analysis
- Next by Date: Re: saving report
- Previous by thread: Re: Cost Analysis
- Next by thread: Re: Need Help Summing Sales and Donations in Report Footer
- Index(es):
Relevant Pages
|