Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Progress bar question

Status
Not open for further replies.

jospe1

Programmer
Joined
Oct 9, 2002
Messages
4
Location
US
I would like to add a progress bar to my form to allow users to see progress on an updating function i created. The function runs a set of queries and takes about 10 minutes to complete, i would like to have a progress bar to let the user know that its still running and hasnt frozen up. any suggestions would be great.


Thanks in advance
gary
 
There is an activeXcontrol for a progress bar in Access. Read about it on:

Get it by downloading actxsamp.exe from:

Run it and convert the mdb if necessary to your version of Access.

Then have a lot of fun figuring how all the controls work - you have to see how the sample forms use code to link the controls to the interface and data via the controls properties etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top