Forum Discussion
adriankuchta
Jun 04, 2025Copper Contributor
ACCDE File - Hide Everything
Hello I have a database for which I want to hide the navigation pane and the menu ribbon (everything) in a ACCDE file. I just want my Home Page Form to open when the link to the app is selected and...
- Jun 05, 2025
rename your .accde as .accdr (runtime)
Kidd_Ip
Jun 05, 2025MVP
For Hide the Ribbon, how about :
Application.CommandBars("Ribbon").Visible = False
adriankuchta
Jun 05, 2025Copper Contributor
Hi Kidd_lp
Did not work.