If you are asked for the Field of Sum then I can only guess that your
Field
of Sum is not in the Record Source for the report.
--
Duane Hookom
MS Access MVP
Hi Duane,
I'm using of this way, but when I sending the Report to Print, it's ask
me a parameter with Field of Sum.
Michel Ank
Duane Hookom escreveu:
What Rick is suggesting is to view your report's Footer section (not
the
Page footer). Add a text box to the Report Footer and set its Control
Source
property to something like:
=Sum([YourNumericFieldName])
--
Duane Hookom
MS Access MVP
Hi Rick,
Sorry, but I not understand.
Where I need makes a field?
Exist a way for me create this using VBA? I need to use a SUM in the
fields, because the report can will have a filter.
PS: I'm Braziliam and not speak in english right ok?
Thanks,
Michel
Rick Brandt escreveu:
Michel Ank wrote:
Hi all,
I have a field that your source is a Sql Query. I need show the
sum
of
field in bottom of report, but =Sum([field]) not functions,
because
your Source is a Query SQL. how to do?
thanks
Michel Ank
Sum(field) will work, but not in a page header or footer. You have
to
use it in
a report header/footer or a group header/footer. Using a query,
table,
or SQL
statement as your RecordSource makes no difference at all.