Progress Bar (1 Viewer)

Kundan

Registered User.
Local time
Today, 04:27
Joined
Mar 23, 2019
Messages
118
Is it possible in Access 2013 to display a progress bar while a form is being loaded.
 

theDBguy

I’m here to help
Staff member
Local time
Today, 04:27
Joined
Oct 29, 2018
Messages
21,358
It depends on what is being processed while the form is being loaded. I usually just use a popup form though.
 

vba_php

Forum Troll
Local time
Today, 06:27
Joined
Oct 6, 2019
Messages
2,884
Is it possible in Access 2013 to display a progress bar while a form is being loaded.
just to add a 2-byte string of info here, Kundan. Why do you need one? I can't remember any instance where I had the need to show a progress bar during a form load. The forms have always loaded fast enough for me whereby there was no need to display such a thing. how big is your file? why does it take such a long time for the form to load, so much so that you think you need a bar to keep the user informed of it's load process?
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Today, 06:27
Joined
Feb 28, 2001
Messages
27,001
@Kundan, what is going on that you would have a slow form load?

Do you have some code that is running behind the scenes in the Form_Load event routine? Because normally, the Load event is pretty fast.

The other issue is whether you are loading the form from the network rather than locally.

Tell us about what you are doing and the context in which you are doing it.
 

Users who are viewing this thread

Top Bottom