G
Guest
I am trying to create a report to generate an invoice, and I need it to total
my fees in a reasonable manner. In the detail section of my report I have a
control that is bound to the source [Fee] from my query, which lists my fee
for each date of services provided. (The name of this control in the report
is [Text25]).
I would like, following the list of amounts, to list a total sum for the
invoice. I tried placing a control in the page footer with the expression
=Sum([Fee]), but that returned a value of #Error. I tried =Sum([Text25]),
but got the same results. I tried placing =Sum([Fee]) in the detail section
and I got an accurate total, but it listed the total after each line entry of
DATE-HOURS-FEE which isn't especially useful to me.
What is the underlying problem, and what is the best way to fix it, please?
my fees in a reasonable manner. In the detail section of my report I have a
control that is bound to the source [Fee] from my query, which lists my fee
for each date of services provided. (The name of this control in the report
is [Text25]).
I would like, following the list of amounts, to list a total sum for the
invoice. I tried placing a control in the page footer with the expression
=Sum([Fee]), but that returned a value of #Error. I tried =Sum([Text25]),
but got the same results. I tried placing =Sum([Fee]) in the detail section
and I got an accurate total, but it listed the total after each line entry of
DATE-HOURS-FEE which isn't especially useful to me.
What is the underlying problem, and what is the best way to fix it, please?