Microsoft Access 2003 menu bar is missing under toolbar customize
- by tintincute
Last time I was trying to hide the menu bars in my existing database.
I added code in my module which I found on the internet. But now when I start Access I can't find the menu bars where I can usually see the File, Edit etc.
I tried to restore the default, the menu bar can't be found under the customize toolbar. Any idea what happened? This is added from the website:
Dim i
For i = 1 To CommandBars.Count
CommandBars(i).Enabled = False
Next i
I tried it but it didn't solve the problem. confused:(