My program runs some queries on a Jet dbase, and I want to show how long these queries are taking. Since there is no loop how would I go about updating the progress bar. Also I want another progress bar to show how long the whole program takes to run, and I have the same problem, there are no loops that I can increment the thing. Also I want the main progress bar to increment as the queries are running. Anyone have an idea of how I could do this?