mamradzelvy
Member
- Local time
- Today, 22:40
- Joined
- Apr 14, 2020
- Messages
- 145
Hi,
I stumbled upon this guide. And i also tried the method as described in the comments which is:
But i didn't manage to get that running, when i try to put the VBA code into my opening forms on load event, it gives me an error, saying "ribbon" is not valid.
So my question: is there another way to automatically launch a form without any of the access parts in the background?
I stumbled upon this guide. And i also tried the method as described in the comments which is:
File->Options->Current Database
Uncheck “Display document tabs” Choose Tabbed Documents.
In above also uncheck Display navigation Pane.
To hide the ribbon, execute this ONE line of VBA in your startup:
DoCmd.ShowToolbar “Ribbon”, acToolbarNo
But i didn't manage to get that running, when i try to put the VBA code into my opening forms on load event, it gives me an error, saying "ribbon" is not valid.
So my question: is there another way to automatically launch a form without any of the access parts in the background?