M
Milan
Hello,
I would like to ask you if you know some API function which would be
able to kick off Access application immediately (without saving
unsaved records and without running verifying procedures while exiting
focused control and form). I can not use DoCmd.Quit or
Application.Quit because I need to skip all the lost-focus,
after-update, exit and close event procedures.
I want to use this API function in my general ErrorHandler procedure.
When any unexpected error raises, description of this error is added
into some special table and the application should quit without
displaying any msgbox like "You have input invalid number", "Do you
want to save changes", "Corruption of primary key" etc.
Thank you very much.
I would like to ask you if you know some API function which would be
able to kick off Access application immediately (without saving
unsaved records and without running verifying procedures while exiting
focused control and form). I can not use DoCmd.Quit or
Application.Quit because I need to skip all the lost-focus,
after-update, exit and close event procedures.
I want to use this API function in my general ErrorHandler procedure.
When any unexpected error raises, description of this error is added
into some special table and the application should quit without
displaying any msgbox like "You have input invalid number", "Do you
want to save changes", "Corruption of primary key" etc.
Thank you very much.