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)
arnel_gp
Jun 06, 2025Iron Contributor
maybe you should check your startup code again. renaming it to .accdr will not result to any error.
remove/comment out all "On Error Resume Next" lines and compile your code.
btw, I tested:
DoCmd.ShowToolbar "Ribbon", acToolbarNo
and it did work on hiding the ribbon.