MS Access 2010: How to startup with a blank main window
问题 I want to write some VBA script so that when I start my access application the main window is blank. This is the list of things I need to be removed or hidden: The entire ribbon The status bar The navigation pane The window tabs In addition, I want to disable the popup menu when right clicking. I also want to disable SHIFT bypass key startup. I basically want it to look like an application created with VB or C#. Only if I login as admin will the disabled options be bypassed. 回答1: Actually, as