Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Totalling a value in a group header only 1

Status
Not open for further replies.

btalon

Programmer
Joined
Dec 16, 2002
Messages
144
Location
US
I'm wanting to sum a value in the group header on the footer of the report without grabbing the same info in the detail. So when the info for the header prints, I want to add one of the header values to the running total. I tried it with code and it works fine until the report creates the next page and then the total gets messed up. Is there another way to just sum whats in a group header?
 
If I understand correctly, you can set the Running Sum of the text box in your Group Header to Over All. Then add a control in your Report Footer with a control source of:
=[NameOfTextBoxInGroupHeader]

Duane
MS Access MVP
 
Thats works great!! Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top