Progress Bar control 6.0 run for 30 seconds

A

Adam

Hi,

I'm a newb at Access so please talk to me like I'm an idiot!

I have a form which controls a Microsoft ProgressBar Control 6.0 (sp4)
ActiveX Object on it.

I can't setup the VB background to work while its running queries so I would
be happy if this progress bar could work and progress over 30 seconds.

Is it possible for this progress bar to show progress over a 30 seconds
period, i.e at 15 seconds it would be at 50%?
 
T

Tony Toews

Adam said:
I have a form which controls a Microsoft ProgressBar Control 6.0 (sp4)
ActiveX Object on it.

Don't use the progress bar control as you'll run into distribution
problems sooner or later with any controls especially with MS
controls.

Instead use some rectangle controls on a form. See the Progress Bars
and Microsoft Access page at
http://www.granite.ab.ca/access/progressbar.htm for more info.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Top