6
6611Prints
I'm using Windows XP Pro with Office 2002. I have a 1.7 GHz processor with
496 MB of Ram. My users have similar specs.
I have split my database into a FE and BE. All the forms, queries and
reports are in the FE and the tables are in the BE. Each of my users has a
copy of the FE.
I have a report (with a query record source) with a small image frame that
changes images with each record in the detail section of the report (with a
maximum of 7 images/records per page). In the OnPrint event I have the
following code:
Me.imageframe.picture=me.[picture link]
[picture_link] field is a text field that contains the pathway to a jpg
picture on my network.
My report opens within 5-7 seconds (slower than I would like but within my
users’ tolerance levels, so that’s not the issue). However, when I navigate
to the second page, it takes a considerable amount of time to load the next
page, 20-30 seconds per page.
Is there a way to speed up the navigation of pages while the report is in
print preview mode?
Any suggestions will greatly be appreciated. Thank you.
496 MB of Ram. My users have similar specs.
I have split my database into a FE and BE. All the forms, queries and
reports are in the FE and the tables are in the BE. Each of my users has a
copy of the FE.
I have a report (with a query record source) with a small image frame that
changes images with each record in the detail section of the report (with a
maximum of 7 images/records per page). In the OnPrint event I have the
following code:
Me.imageframe.picture=me.[picture link]
[picture_link] field is a text field that contains the pathway to a jpg
picture on my network.
My report opens within 5-7 seconds (slower than I would like but within my
users’ tolerance levels, so that’s not the issue). However, when I navigate
to the second page, it takes a considerable amount of time to load the next
page, 20-30 seconds per page.
Is there a way to speed up the navigation of pages while the report is in
print preview mode?
Any suggestions will greatly be appreciated. Thank you.