Access 2010 accdb.
I have some coe that loops through records and performs tasks. Sometimes this process can take 2 hours or more.
How can I have an option for the operator to stop this process if they need to do some other task ?
I imagine each loop could look for a key being depressed but how do you get the message to the operator and look for the key each time ?
Another way could be for a question to be asked and the operator has 3 seconds to click to halt or the code continues but how to do this without the need for the operator to click when there is no need to halt the code ?
Appreciate some advice.
I have some coe that loops through records and performs tasks. Sometimes this process can take 2 hours or more.
How can I have an option for the operator to stop this process if they need to do some other task ?
I imagine each loop could look for a key being depressed but how do you get the message to the operator and look for the key each time ?
Another way could be for a question to be asked and the operator has 3 seconds to click to halt or the code continues but how to do this without the need for the operator to click when there is no need to halt the code ?
Appreciate some advice.
