Sum Textboxes

T

T Horner

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
 
D

Duane Hookom

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