Access/VBA Library

ACCDE protection

This module is used to protect a compiled Access application (ACCDE) by setting properties and chanching the ribbon XML. Using this module you can change the startup options of your application in a way the database Window and programming tools are disappeared and the special start up keys are disabled.

Add this module to your project and add a call ACCDE_init to the first function that is called and your compiled application (ACCDE) will be protected at the first start up.

  Module: mdlACCDE
Example
' Add this code to your start up function (AutoExec macro,
' start-up form or the ribbon onLoad callback function):
Call ACCDE_init

Topics