Hi,
I am using this code to hide the Ribben,
I have the code in the load event of a form. The issue is that when the user opens the database, they first have to enable content, which means the ribben is available - is there a better solution that what I have? I would like the db to open with navigation pane and ribbon both hidden.
I would be grateful for any advice. Thank You!
I am using this code to hide the Ribben,
Code:
DoCmd.ShowToolbar "Ribbon", acToolbarNo
I have the code in the load event of a form. The issue is that when the user opens the database, they first have to enable content, which means the ribben is available - is there a better solution that what I have? I would like the db to open with navigation pane and ribbon both hidden.
I would be grateful for any advice. Thank You!