Getting/capturing value from Access status bar

camilovic

Registered User.
Local time
Today, 17:58
Joined
May 19, 2003
Messages
27
How I can get real-time value (text or progress bar-process indicator stage) from Access status bar?
I mean text like; Form View, Calculating …, Running Query… etc. At the same time, (when query is start running) I want to know progress/process indicator value (10%, 20%, 30%….100%) from status bar when running query that displayed in status bar.
Thankx
 
You cannot (as far as I'm aware) grab the status bar progress meter. You can, however, build your own using nothing more than a form, label and rectangle (and a little bit of whizzy code)

This unfortunately will only show the progress of code events, such as loops etc, not queries etc.
 

Users who are viewing this thread

Back
Top Bottom