G
Guest
How can I get the total sum of dollars to come up at the end of a report?
Thanks
Mike
Thanks
Mike
Al Camp said:Mike,
Create an unbounmd text control with a ControlSource of (use your own
field name)
=Sum([Dollars])
in the Report Footer.
Your [Dollars] field should be a bound field, and not the result of a
calculation performed on the report itself.
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
Mike said:How can I get the total sum of dollars to come up at the end of a report?
Thanks
Mike
roccogrand said:If the data are calculated, what do you need to do?
Thx.
Al Camp said:Mike,
Create an unbounmd text control with a ControlSource of (use your own
field name)
=Sum([Dollars])
in the Report Footer.
Your [Dollars] field should be a bound field, and not the result of a
calculation performed on the report itself.
hth
Al Camp
Candia Computer Consulting - Candia NH
http://home.comcast.net/~cccsolutions
Mike said:How can I get the total sum of dollars to come up at the end of a
report?
Thanks
Mike