I have a strange problem to overcome, hopefully someone out there has an idea of how i can approach this.
I need to print a report of data collected on a particular day. But the hang up is that i need to pring cumulative page numbers. for example, on day one the data is collected, put into the db then printed as pages 1 of 30, 2 of 30, and so on. on day two, the reports need to be printed as 31 of 60, 32 of 60 and so on.
we don't want any extra user interaction. i considered prompting the user what page number the report needs to start at, but that idea was over ruled.
any ideas?
I need to print a report of data collected on a particular day. But the hang up is that i need to pring cumulative page numbers. for example, on day one the data is collected, put into the db then printed as pages 1 of 30, 2 of 30, and so on. on day two, the reports need to be printed as 31 of 60, 32 of 60 and so on.
we don't want any extra user interaction. i considered prompting the user what page number the report needs to start at, but that idea was over ruled.
any ideas?