I have an Access database that is set to just show my forms and hide the ribbon and table explorer.
This works fine, except for me.
I want to be able to open the database from a shortcut, just as if I held down the Shift Key to bypass the startup routines.
I detect the command line parameter. I close the login form.
What all do I need to turn on to get back to a fully functioning version of Access without bothering with a shift key?
Here are a couple of candidates that I found from someone who was disabling everything. I need to turn them back on. But, I can't see how this worked in the original, and doesn't work at all for me.
StartUpShowStatusBar = True // Done
AllowShortcutMenus = True
AllowFullMenus = True
AllowBuiltInToolbars = True
AllowToolbarChanges = True
AllowSpecialKeys = True
UseAppIconForFrmRpt = True