Newbies inbal Posted July 29, 2005 Newbies Posted July 29, 2005 hi, I have a report with numeric data that sorts by date. I set a page break after 20 occurrence. I want to add a subsummary row that summary the data in the page (as a running total) thanks Thanks in advanc inbal
aaa Posted July 29, 2005 Posted July 29, 2005 (edited) In attacment you can yourself to decide how many rows must be in one page when you want to print. SubSummary.zip Edited July 29, 2005 by Guest
Newbies inbal Posted July 29, 2005 Author Newbies Posted July 29, 2005 Thank you for your response, but my problem is that I have to sort the report by the Date field and sub-summarise it by the page num. is there a way to do it? thanks inbal
comment Posted July 29, 2005 Posted July 29, 2005 Exactly what information do you need to provide per page? Running balance is easy to do with a summary field (and you don't even need to hard-code the amount of records per page). Getting the total per page is much more complex. Is this a single-user or networked solution?
Newbies inbal Posted July 29, 2005 Author Newbies Posted July 29, 2005 Attached a pdf that looks like the form I'm trying to generate. It's a form I have to submit to the IRS - all of my Income and Expenses in date order. At the first row of every page there must be the Running total of the previous page, and the last row is the running total till this point. Thanks form.pdf
Newbies inbal Posted July 30, 2005 Author Newbies Posted July 30, 2005 Thank you very much so simple...
Recommended Posts
This topic is 7058 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now