Hi Mark,
See my article:
Implementing a Successful Multiuser Access/JET Application
http://www.accessmvp.com/TWickerath/.../multiuser.htm
Pay particular attention to the sections on Name Autocorrect, Subdatasheets,
Persistent Connections, Indexes, Speed up Tab controls, and using Jet Show
Plan. The section subtitled Speed up Tab controls shows you how to implement
a load-on-demand technique, so that precious network resources are not being
expended to load data into subforms that the user may never visit.
Tom Wickerath
Microsoft Access MVP
http://www.accessmvp.com/TWickerath/
__________________________________________
"Mark Andrews" wrote:
> I have an Access2007 application that in general works very well. I have
> been testing it on various types of computers. I noticed on a fairly old XP
> machine (750MB RAM) I have an issue on one form where it takes 6 to 17
> seconds to open.
>
> The form displays contact information and has a tab control with 7 tabs.
> About 4 of them have subforms showing related records in a datasheet and
> there is also a graph control on one tab.
>
> On most newer computers this form takes about 2 seconds to open.
>
> On this older computer it ranges from 6 to 17 seconds. I also noticed a
> slow down on another form with only 3 tabs and a graph control. So I'm
> thinking it's the graph that sometimes slows things down. The application
> doesn't have much data at this point.
>
> Any tips on any Access settings I could tweak to improve performance? Also
> any tips on what aspect of the machine is causing the slowness (disk speed,
> memory etc...)?
>
> Access2007 runtime environment.
>
> Thanks in advance,
> Mark