Sum Textboxes

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a report that has several textboxes in the report footer section.
These are all calulated textboxes. I would like to Average groups of them to
create a summary. I need errorchecking as at times the textboxes will read
#NUM!. Where should I put the new summary textboxes and how should I enter
the control source? I appreciate your help.

Tyra
 
You can't sum controls. You can sum values or expressions from the fields in
your report's record source.
 
Back
Top