subtotals

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

Guest

Why do my subtotals show after each record? I can't get them to show at the
bottom of the page only. I've read all the posts, but they don't seem to
help.
 
I'm not sure what you did in your report, I can show you one way to get the
sub total in each page

1. In the detail section, create another field and bound it to the field you
want to some, change the properties of this field
Visible = No
RunningSum = "Over All"

2. Create another textbox in the page footer, and in the control source of
this field write
=[FieldName created in step 1]

3. GoodLuck
 
Back
Top