Hiding the Navigation Pane

B

Bob Matthews

Hi

I have the instructions on how to prevent the Navigation Pane from appearing
when you open a database.

Is it also possible to prevent all the Access 'tool-bar' at the top of the
screen from appearing?

Bob
 
A

Albert D. Kallal

Bob Matthews said:
Hi

I have the instructions on how to prevent the Navigation Pane from
appearing when you open a database.

Is it also possible to prevent all the Access 'tool-bar' at the top of the
screen from appearing?

Bob

What version of access here? The nav pane does hint you are using access
2007.

If you want to hide the Ribbon + office button, then place this one line of
code in your startup:

DoCmd.ShowToolbar "Ribbon", acToolbarNo

If your talking about an previous version, then I usually setup one menu bar
with an exit command and use that.

Do expand if you not talking about access 2007.

For before access 2007, then try downloading and running the 3rd example at
my following web site that shows a hidden ms-access interface, and NO CODE
is required to do this....but just some settings in the start-up.

Check out:

http://www.members.shaw.ca/AlbertKallal/msaccess/DownLoad.htm

(grab the 3rd example)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top