If you have a calculated field in the report and you want to sum it, then the
common mistake that people make is that the sum on the text box name whare
the calculated field is in
=Sum([TextBoxname])
But, you need to sum on the formula that you have in the text box
=Sum([FieldName1]+[Fieldname2])

Signature
Good Luck
BS"D
> I need to have in my report footer the sum of a calculated total within the
> report. Is this possible?
Ronnie - 30 May 2007 20:57 GMT
Thanks!

Signature
Ronnie
> If you have a calculated field in the report and you want to sum it, then the
> common mistake that people make is that the sum on the text box name whare
[quoted text clipped - 8 lines]
> > I need to have in my report footer the sum of a calculated total within the
> > report. Is this possible?