Need some help

vsap

vsap
Local time
Today, 03:54
Joined
May 27, 2005
Messages
29
Hi guys,
I have this report which generates more than 1000 pages and it take so much time :confused: , and user are getting :mad: on me, is there any way that I can generate 0ne page at a time or 10 pages at a time.
Any suggestions are welcome, and thanks in advance.

-vsap
 
use a more limiting criteria in the query

Col
 
Well you could put the data in to a temp table with an autonumber and use the number to determine where to print from but you would have to do this in code to maintain a count of the number of pages (or rows).
 
and thanks vsap for posting such a descriptive title to your thread - that will help everyone who is searching for an answer to a similar problem:rolleyes:

Col
 

Users who are viewing this thread

Back
Top Bottom