S
SJW_OST
I have code which runs various queries in a specific order. Due to the length
of time it takes for the queries to run, I would like to have some sort of
progress indicator. The queries are being called using, of course, DoCmd. How
can I produce a progress indicator, either a procress bar or just a %
complete box, to show progress as each DoCmd is completed? I would not want
to click OK at any point of the progress indicator, I want it to just flow as
the code run the various DoCmd's.
Any help is greatly appreciated.
Stephen.
of time it takes for the queries to run, I would like to have some sort of
progress indicator. The queries are being called using, of course, DoCmd. How
can I produce a progress indicator, either a procress bar or just a %
complete box, to show progress as each DoCmd is completed? I would not want
to click OK at any point of the progress indicator, I want it to just flow as
the code run the various DoCmd's.
Any help is greatly appreciated.
Stephen.