progressbar

J

Javcal

When I run a query a ProgressBar appears in the status bar, and I would
like to show the same status bar on a form, how do I do this?
 
A

Allan Murphy

There is many example of a progress meter that will display the progress of
the action.Search Microsoft etc for Progress Meter
Allan
 
J

Javcal

I know it, but I'm looking for exactly the progress bar that appears in the
status bar
 
P

Pieter Wijnen

If you want to use the built in Progressbar look up SysCmd in VBA help

Pieter
 
Top