Form Loading Status Bar

  • Thread starter Thread starter edd
  • Start date Start date
E

edd

I have some very complex forms that take around 1 minute
to open on my machine and around 5 minutes on the older
machines at my place of work.

I want to add some sort of bar that shows the percent
that the form has loaded so that pople have an idea of
how long remains.

Can anybody help with this??

Edd
 
edd said:
I have some very complex forms that take around 1 minute
to open on my machine and around 5 minutes on the older
machines at my place of work.

I want to add some sort of bar that shows the percent
that the form has loaded so that pople have an idea of
how long remains.

Can anybody help with this??

Edd
Edd ,
Do you have any code in the forms on_load or On_open events?

Rosco
 
Nikos

Thanks for the response, setting the recordsource at
runtime using the Form_Load Event seems a logical step in
improving the speed at which my forms open.

I will try these tips and report back ASAP.

Thanks again!

Edd
 
Made changes, now assigning recordsources/rowsources on
form_load - identified massive improvements, < 1 minute
to load, system build time greatly improved.

I-OWE-U-1

TY

Edd
 
Edd,

Glad you got improvement. The three tips I have found to make a big
difference are the subdatasheet > none, the persistent recordset (if split
db), and the name autocorrect. Did you try those?

Nikos
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

status bar options 1
Status Bar - Hide "View Shortcuts" Access 2007 1
Status Bar 1
not load all products on form 3
Optimize Access forms 1
Odd status bar behavior 2
Data Bar / Progress Meter / Bar Chart 4
Timer 4

Back
Top