ACC: Preventing Use of CTRL+BREAK to Interrupt Access Basic

Last reviewed: June 8, 1997
Article ID: Q145577
The information in this article applies to:
  • Microsoft Access versions 1.0, 1.1, 2.0

SUMMARY

Moderate: Requires basic macro, coding, and interoperability skills.

To prevent users from interrupting the Access Basic code or a macro that is running by pressing CTRL+BREAK, you can revoke the users' or group's Read Design permissions on the Security menu. Once you revoke the Read Design permissions of the appropriate users and groups, the users cannot interrupt the execution of the macro or module in which the code exists by pressing CTRL+BREAK.

NOTE: This technique will not prevent users from interrupting query execution by pressing CTRL+BREAK.

NOTE: In Microsoft Access version 1.x, Read Design permissions are called Read Definitions.

REFERENCES

For more information about assigning permissions, search for "Permissions: assigning," and then "Assigning and Removing Permissions" using the Microsoft Access Help menu.


Additional query words: keystrokes
Keywords : kbprg MdlGnrl
Version : 1.0 1.1 2.0
Platform : WINDOWS
Hardware : X86
Issue type : kbhowto


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: June 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.