I have an Access 2013 program that is launched from a bat file with an opening parameter. I have an autoexec macro that open a form that loads various data based upon the input variable.
I want my form to appear as if it were a compiled .exe program I would like all visual quest that I am using Access to be hidden. So when the user initiates the process I want nothing showing but the form. No Access or any other icon on the task bar, no access splash screen no indication at all that the app is an Access app.
Right now the red Microsoft Access opening/splash screen displays for a short time before my autoexec form is opened. I would like that default Access splash screen to not appear at all.
How can I do that?