C
Chris
I created a custom class and form to do just this. It
probably could use refining, but it works for my uses.
See nebinger.com/chris/progressmeter.mdb
Chris
how the program is progressing by displaying the number of
records remaining to be processed by having it count down
to zero. I want to do this on a form that is displayed
while the program runs.
using the Status Bar Progress Meter.
probably could use refining, but it works for my uses.
See nebinger.com/chris/progressmeter.mdb
Chris
each time it is run. I want to be able to show the user-----Original Message-----
Hello,
I have a VBA program that processes about 10,000 records
how the program is progressing by displaying the number of
records remaining to be processed by having it count down
to zero. I want to do this on a form that is displayed
while the program runs.
that the program was running. I have also looked in toIn the past I have used the hourglass only to indicate
using the Status Bar Progress Meter.