J Javcal Oct 16, 2007 #1 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?
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 Oct 16, 2007 #2 There is many example of a progress meter that will display the progress of the action.Search Microsoft etc for Progress Meter Allan
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 Oct 16, 2007 #3 I know it, but I'm looking for exactly the progress bar that appears in the status bar
P Pieter Wijnen Oct 16, 2007 #4 If you want to use the built in Progressbar look up SysCmd in VBA help Pieter