Stevehewitt
IS-IT--Management
Hello People,
I posted this problem a week or so ago, and the resolution worked fine - but this is slightly different.
I have a calculated total using
on each record on my report. On the page footer I need to have a total of all these
fields.
The field is called txtInvTotal
I'm using the following as the control source of the field that should display the page total:
It just keeps on returning a
message!
I must be doing something really obviously wrong, but I can't think what it could be for the life of me!!!
Thanks in advance,
Steve
I posted this problem a week or so ago, and the resolution worked fine - but this is slightly different.
I have a calculated total using
Code:
Sum()
Code:
Sum()
The field is called txtInvTotal
I'm using the following as the control source of the field that should display the page total:
Code:
=Sum([txtInvTotal])
It just keeps on returning a
Code:
#ERROR
I must be doing something really obviously wrong, but I can't think what it could be for the life of me!!!
Thanks in advance,
Steve