Re: slow in next page

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



There could be lots of reasons for this, depending on what's going on.

Assuming the report is based on a reasonably straightforward query, one of the worst offenders is where you require Access to keep sections together, because it may have to go through all the records in a block to discover it doesn't fit on the page, and then back up to figure out other approaches. It is possible to really generate a snail by combining this with resizing sections, hidden sections, and so on.

To see if that is the issue, temporarily set the properties of the sections (in the Sorting And Grouping box) so it does not have to keep the sections together.

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"85ascMcLaren" <85ascMcLaren@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D9B1B9F8-3D56-4595-B30A-977CE899DBAA@xxxxxxxxxxxxxxxx
What am I doing wrong in the design of my report. Without me going into
detail yet, when I execute the report in preview mode, it comes up fairly
quick - let us say 5 seconds. When I use the next page arrow at the bottom,
it takes 5 minutes to get to the next page. There are no subreports. There
is a goup footer that I am performing some summing on, but the transaction
would be the same for the first page or the last page, or the next page. The
inital first page comes up quick. The rest - you might as well go to lunch.
Any suggesstions ?

Thanks,
Jason


.



Relevant Pages

  • Re: Printing wrong pages
    ... This can happen for several reasons, ... You have code that is hiding or repeating sections of the report. ... Tips for Access users - http://allenbrowne.com/tips.html ... When I print a report, using the standard printing icon, I am selecting ...
    (microsoft.public.access.reports)
  • Re: Recording the frequency of Yes/No Fields
    ... Create a query. ... That will eliminate all the records where the number as zero. ... Or you can put a text box on the report if you wish. ... Tips for Access users - http://allenbrowne.com/tips.html ...
    (microsoft.public.access.tablesdbdesign)
  • Re: Indecent exposure man put on sex offenders register ... woof !!!
    ... I am saying you are incorrect. ... report of the same thing, unless the person making the fuller report ... You *are* being deliberately stupid. ... There are many reasons it can, and I have already given some. ...
    (uk.legal)
  • Re: selecting multiple records
    ... a table in the front end database to store just the primary key value of the ... Tips for Access users - http://allenbrowne.com/tips.html ... select multiple record and then after selecting these ... records would like to run a report. ...
    (microsoft.public.access.formscoding)
  • Re: sixe of print preview
    ... You can programmatically loop through the AllReports collection, OpenReport in design view, assign False to this property, and Close. ... Allen Browne - Microsoft MVP. ... Tips for Access users - http://allenbrowne.com/tips.html ... > When I open a report the default size option of the printpreview is set> to ...
    (microsoft.public.access.reports)