S
Sheryl
I'd like to have a "Cancel" button on a form which could
interrupt VBA execution. I was able to do this in another
DB language: the program repeatedly called a function
CancelCheck(), which checked if a click event had occurred
on the button. However, when my Access code is running,
the cursor is an hourglass, and nothing can be clicked. Is
there any way I can have this? Ctrl+Break doesn't seem to
do it.
interrupt VBA execution. I was able to do this in another
DB language: the program repeatedly called a function
CancelCheck(), which checked if a click event had occurred
on the button. However, when my Access code is running,
the cursor is an hourglass, and nothing can be clicked. Is
there any way I can have this? Ctrl+Break doesn't seem to
do it.