Totals in reports

  • Thread starter Thread starter Tony Williams
  • Start date Start date
T

Tony Williams

I thought this was easy! I have a report with a control called NbrAdults. I
have created a calculated control in the page footer called adults whose
record source is =Sum([NbrAdults]) as I want to count how many adults are
coming to an event so I thought it was just a simple Sum function. The
control NbrAdults holds values of 1,2,3 etc. However on my report I get
#Error. What am I doing wrong, I'm sure I've done this many times before.
Thanks
Tony
 
Sorry found the problem I'd put the totals in the page footer rather than
the report footer
Tony
 
Back
Top