Does anyone know how I can create an MDE with all options disabled including shift key bypass.
I want to remove all options in Tools>Startup except for the status bar.
I have tried using this code but am not getting anywhere with it
I want to remove all options in Tools>Startup except for the status bar.
I have tried using this code but am not getting anywhere with it
Code:
CurrentDb.Properties("AllowByPassKey") = 0
Last edited: