preventing HALT of VBA MS access code
Hi,
I created a code that will quit MS access application. But before that it will give a MessageBox before it will quit. But it seems that I can press CTRL-ALT-BREAK then the code will not continue quitting the application.
Is there a way to disable this thing?
Thanks a lot!
Re: preventing HALT of VBA MS access code
Can you post your code & be more specific? For example, at what point are you pressing Ctrl... I don't have a Break key on my keyboard.
Ctrl-Alt-Delete is a Windows operating system operation that brings up the Task Manager. Ctrl-C is a DOS break operation, although I don't hit ALT.
Re: preventing HALT of VBA MS access code
BREAK is the same key at PAUSE
CTRL-ALT-BREAK is the one im using to stop/halt the macro on running.
Re: preventing HALT of VBA MS access code
I don't use macros, but fromthis I'd guess you're stopping execution of the macro. This is likely a designed function in Access, don't know if you can prevent it.
Re: preventing HALT of VBA MS access code
do you have any idea just to continue the MS access quitting?