I have a query that I process by looping through each record via VBA. It takes a while to run and the users are impatient. To them it appears that the program has locked up. How do I control the status bar to show the user that the query is in process and working?
I want it to show something like:
TOTAL RECORDS 95551, PROCESSING: 85
The 85 in the above example would increment all the way up until it reached the 95551.