Didane,
I have learned that removing the option to "Allow Full Menus" under "Access
Options:Current Database" will reduce the ribbon options to just the "Home"
tab, and will also remove the "Access Options" button from Access icon menu.
I haven't tried it yet, and don't remember exactly how to get it back, but
you might check into that.
Regarding Maurices comments,
I have been having the same problem as Didane. Apparently, there is a
school of thought that there is no good reason to show/hide the navigation
pane via VBA code. I completely disagree, and feel that this is definitely a
security issue for the databases I work on. I have many clients who use
Access databases for purposes that have become "mission critical" to their
respective businesses. For these clients, it is important to control
practically every aspect of user interaction with screens, reports, etc. The
database I'm working on right now was tight as a drum when I got it. It even
deletes all of the links to the tables in a back-end database at startup, and
won't refresh without a valid password (you really don't want more
explanation that that). It consists of one primary screen to which everything
else is subjugated. The user does not have the option to open or close the
primary screen. The user "lives" there. It is the one and only screen they
have to work with. However, the myriad objects it references have to be
available for development. The ability to work with the objects which are
now wide-open in the Navigation Pane, were completely hidden behind code that
controlled the use of Special keys, and checked security clearances. To
figure out how to get into it, you either just had to know the "secret
combination", or hack it from outside. I have no doubt my client is going to
be really ticked when they find out that it is so easy to get to the
Navigation Pane and everything right out there in the open.