R
R. Wilson
Access 2002. I have built a form for retrieving inventory part information.
The main form pulls in the basic static information of the part. Then I have
10 subforms, each pulling more dynamic info like order status, history,
demand, etc. It seems that each subform adds about 1-1.5 seconds to the
entire loading process. In all I am pushing 12-15 seconds for loading, which
I feel is beyond the comfort range of the end-user. Most of my data comes
from linked SQL server tables and a few tables embedded in the database.
Since the subform links to the main form it is not necessary to build a
unique query for each subform, but I am wondering now if maybe I should be
and that maybe the query handles the subforms one after the other in a
series, whereas if each subform had it's own query maybe they would run
together in parallel.
Likewise, I am wondering also if the linked tables might also serve better
if there was a unique link serving a each query.
Any enlightenment of my understanding in this area would be greatly
appreciated.
Thanks, Rob Wilson
The main form pulls in the basic static information of the part. Then I have
10 subforms, each pulling more dynamic info like order status, history,
demand, etc. It seems that each subform adds about 1-1.5 seconds to the
entire loading process. In all I am pushing 12-15 seconds for loading, which
I feel is beyond the comfort range of the end-user. Most of my data comes
from linked SQL server tables and a few tables embedded in the database.
Since the subform links to the main form it is not necessary to build a
unique query for each subform, but I am wondering now if maybe I should be
and that maybe the query handles the subforms one after the other in a
series, whereas if each subform had it's own query maybe they would run
together in parallel.
Likewise, I am wondering also if the linked tables might also serve better
if there was a unique link serving a each query.
Any enlightenment of my understanding in this area would be greatly
appreciated.
Thanks, Rob Wilson