I wanted my Access program to look like standalone and I got rid of all menus from customize. I was still seeing ribbon and office icon, where I would revert that back. Then I found this awesome answer to hide ribbon (including all menu) Disabling the Ribbon Bar Except for Reports (Print Preview) In MS-Access So, I used
DoCmd.ShowToolbar "Ribbon", acToolbarNo
Then comes new problem Now I cannot modify anything, design and more codes. How do I revert back?
Thanks
Edit: I know,
DoCmd.ShowToolbar "Ribbon", acToolbarYes
may be way to go, but I cannot access VBA too.
Ananta
Hold the shift key while you open the database, then press alt+F11
and see if that gets the code window.