I have a data base that uses external data to produce useful information. I have one Form in the DB and it shows when the data base is opened. The form (Main_frm) has two buttons: Start Computations and Quit DB.
When the Start Computations button is clicked I use the On Click event to start running 15 queries using VBA. This process can take a bit of time to run. I would like to use a progress bar to show the progress through all queries, not just one at a time. The status bar only shows the progress of each query. So, on my Main_frm I want a progress bar control that will start when the Start Computations button is depressed and stop when the computations are complete.
Can I get some help on this please. I have seen WEB pages that talk about showing something when starting Macros but I need it to run from the Click Event from the button..all VBA.
Thank you in advance.
When the Start Computations button is clicked I use the On Click event to start running 15 queries using VBA. This process can take a bit of time to run. I would like to use a progress bar to show the progress through all queries, not just one at a time. The status bar only shows the progress of each query. So, on my Main_frm I want a progress bar control that will start when the Start Computations button is depressed and stop when the computations are complete.
Can I get some help on this please. I have seen WEB pages that talk about showing something when starting Macros but I need it to run from the Click Event from the button..all VBA.
Thank you in advance.