E
Ernie Thomason
In Access 2007, if I run the following command
CurrentDb.Execute "qryAppend", dbFailOnError
and press escape while it's running, an error will be raised:
Run-time error '3059':
Operation canceled by user.
The strange thing is that Access doesn't even need to have focus. This is a
problem because my VB process will stop when a user presses the escape key
while working with another application (as Access is running in background).
Has anyone seen this behaivor before, or know how to stop DAO execute
commands from being interrupted from pressing escape?
Thanks,
Ernie
CurrentDb.Execute "qryAppend", dbFailOnError
and press escape while it's running, an error will be raised:
Run-time error '3059':
Operation canceled by user.
The strange thing is that Access doesn't even need to have focus. This is a
problem because my VB process will stop when a user presses the escape key
while working with another application (as Access is running in background).
Has anyone seen this behaivor before, or know how to stop DAO execute
commands from being interrupted from pressing escape?
Thanks,
Ernie