Hey guys,
I'm trying to put a progress bar into my database that updates after every pass through a do loop. It works and all, but you don't see it progressing. I'm sending records from a table into an external program, performing scrapes on the data through the external software, and then storing the results back in access. Once the external app is opened, access freezes until the loop/process is complete, in which case my progress meter shows 100% (defeating its purpose). Any ideas as to how to keep focus on my progress meter so the user can watch the process?
I'm trying to put a progress bar into my database that updates after every pass through a do loop. It works and all, but you don't see it progressing. I'm sending records from a table into an external program, performing scrapes on the data through the external software, and then storing the results back in access. Once the external app is opened, access freezes until the loop/process is complete, in which case my progress meter shows 100% (defeating its purpose). Any ideas as to how to keep focus on my progress meter so the user can watch the process?