I have a series of queries that I run from a function.
Its just a bunch of Docmd.Openquery statements....but I would love to include a progress bar for the entire set of queries in this job. I can do it within a DO LOOP, but is there a way to create a progress bar from something like this.
Its just a bunch of Docmd.Openquery statements....but I would love to include a progress bar for the entire set of queries in this job. I can do it within a DO LOOP, but is there a way to create a progress bar from something like this.