You can use some simple API calls from VBA to manage the Access Application window when you want finer control on how your Access application opens or is displayed:
- Make the Access application window invisible, so your application looks like an executable. Note: All menubars/toolbars/ribbons will also be hidden.
- Resize the Access application window to fit your start-up form and place it at specified screen co-ordinates.