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 05, 2025Iron Contributor
rename your .accde as .accdr (runtime)
adriankuchta
Jun 05, 2025Copper Contributor
Hi Arnel_gp
It partially worked but this error appeared.
- Tom_van_StiphoutJun 06, 2025Iron Contributor
This points to an unhandled runtime error. It is a best practice to have an error handler in all procedures. Check out this presentation of the error handler in Northwind sample database, which you could borrow for your project: AP: Enhanced Global Error Handlers in Northwind 2.2 With Tom van Stiphout and Kim Young
- adriankuchtaJun 06, 2025Copper Contributor
Thanks Tom
Its working now.
Kindest regards
Adrian