Dang it! I hate writing a post twice! Stupid network.
Anyways, what I was saying before I was so rudely interrupted by my computer not cooperating was that I am trying to find a solution to a couple of problems, and not sure that a Do...While is what I am looking for, and if it is how I can accomplish it.
Essentially, I have a form that runs a query to fill a listbox after a field has lost focus. This can cause a 5 to 10 second delay as the query runs. I want to:
1. Display a message saying that the query is in process.
2. Allow other edits to the form while the query is processing.
Any way to do this? I have a hard time understanding the Do...While loop so if it does involve that, a bit more in-depth might be required. Thanks!
Anyways, what I was saying before I was so rudely interrupted by my computer not cooperating was that I am trying to find a solution to a couple of problems, and not sure that a Do...While is what I am looking for, and if it is how I can accomplish it.
Essentially, I have a form that runs a query to fill a listbox after a field has lost focus. This can cause a 5 to 10 second delay as the query runs. I want to:
1. Display a message saying that the query is in process.
2. Allow other edits to the form while the query is processing.
Any way to do this? I have a hard time understanding the Do...While loop so if it does involve that, a bit more in-depth might be required. Thanks!