Is there a way to tell access to only display the forms/reports without displaying the access window itself (the "shell" window that the access forms populate inside of).
To hide the database window using the startup options, select "Startup" under the Tools menu. When the Startup window appears, uncheck the option called "Display Database Window".
Remote GUI allows you to access your router's online settings, also known as the graphical user interface (GUI), through a WAN connection. To access your modem remotely, you will enter https:// followed by the modem IP in the URL field of a browser. 1.
To view your finished form, select the Design tab in the toolbar at the top of the screen. Then click on the View button in the Views group and select Form View from the popup menu.
Actually, most of the posts here are rather old and based on much older versions of Access. Since 2007 you can hide the interface with just a few mouse clicks and ONE LINE of code. Under file-Options->current database
Choose tabbed documents, choose hide document tabs. Un-check show navigation pane and also if you want to display the status bar.
Then in your startup form on load place this one line of code:
DoCmd.ShowToolbar "Ribbon", acToolbarNo
The result is this:
So all these wild solutions with API, whacks of code etc. is not required unless one is looking to increase world poverty.
Just a few mouse clicks and one line of code to hide the Access UI been possible for the last 3 versions (2007 onwards).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With