missing menu items
I 'inherited' a database that does that. The previous programmer set it up to limit the users access. I hope that I can explain this so it makes sense.
First, to get into it, try PF11 to get past the menus and into the tables. Second, look for either a macro in the database that runs at startup or one labeled AUTOEXEC. It probably has a SetValue in it for the [Application].[menubar]. Cut that entry out and paste it into the comments section -- leave behind the quotes. Now, rerun the macro and you should get the menus back.
After you are done editing it and you want to put it back into place, you can then copy the entry back into the middle of the quotes.
For what it's worth, I had problems with the users being able to add, delete and print records when limited to the menu bar, so I have kept it out.