Forum Discussion
ACCDE File - Hide Everything
- Jun 05, 2025
rename your .accde as .accdr (runtime)
Hi,
I want to hide the navigation pane
File - Options - Current Database - Navigation - untick Display Navigation Pane
DoCmd.ShowToolbar "Ribbon", acToolbarNo does not work.
That's strange. Where and when do you use it?
Servus
Karl
****************
Access Forever News DevCon
Access-Entwickler-Konferenz AEK
- adriankuchtaJun 05, 2025Copper Contributor
Hi Karl
I am currently using it on my C Drive but want to move it to our Server when it works.
Regards
Adrian
- Jun 06, 2025
Hi Adrian,
What I meant: Where and how do you use this line of code to hide the ribbon? In which object, event, procedure, surrounded by what other code? Because usually, it just works.
Servus
Karl
****************
Access Forever News DevCon
Access-Entwickler-Konferenz AEK- adriankuchtaJun 06, 2025Copper Contributor
Hi Karl
The .accdr file change did the trick. I don't know how it was fixed as I closed the database twice and the third time there was no error. Everything is lock up tight.
Thanks to you and everyone who contributed to my problem. It is greatly appreciated.
Kindest regards
Adrian