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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

BUILDING CUSTOM REPORT PROBLEM

Status
Not open for further replies.

ivanov

Programmer
May 7, 2002
4
CA
My report is structured as such: I have a Report Header, A second Report Header, where I want the Report Footer sum total showing. And a Detail of prices.
My problem is this, how can I show the sum total from the Report Footer to show on the second Report Header?
NOTE: The reason why I have a second Report Header is because I have a unique custom text required only at the bottom of the first page. If I had put the Report Header as a Report Footer and used "Suppress pagenumber > 1" the following pages would have the bottom half of the page suppressed and the Detail amounts would only run 5-6 item lines per page. What's with that?
Does anybody have any suggestions.
 
If you can calculate the sum and can keep in the result set column, you can solve this. Place the sum column on the report header b. If you dont have groups all the records will have the same value in that sum column. If you are using any groups you can calculate group sum and can put in the sum column.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top