Hide-Show Quick Bar

G

Guest

How do you hide-show the quick bar at the top of the Access 2007 window using
VBA.

BrerGoose
 
M

Marshall Barton

BrerGoose said:
How do you hide-show the quick bar at the top of the Access 2007 window using
VBA.


I have no idea what you mean by "quick bar". The only thing
at the top of the Access window is the Menu Bar and maybe a
few ToolBars.

If that's what you are asking about, then you can use:

DoCmd.ShowToolbar "Menu Bar", acToolbarNo
 
M

Marshall Barton

BrerGoose said:
No, an extra bar of some kind appears right under the title bar. Since I
already loop through all the CommandBars and turn them all off, and the bar
still remains, it has to be something else.

See the example at:
http://ourworld.compuserve.com/homepages/webspace/test/SDTM-BAR.jpg

Also, how can you use VBA to get rid of that extra stuff on the title bar.
BrerGoose


I have not played around with the ribbon so I have
absolutely no ideas about your question.

You should have stated that you are using A2007 so I would
have known not to clutter your thread with irrelevant
comments. Maybe someone who has explored the ribbon will
jump in and help you out.
 
G

Guest

The application is written in A2000, but when someone opens in A2007 they
receive that extra bar.

BrerGoose
 

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

Similar Threads

Quick Access Tool Bar 1
A2007 Messes Up Dialog 1
Display Problem 1
2000 Fails On 2007 1
App Fails On 2007 3
Access Version Launched 4
Toolbar Errors 2
Hide & Unhide Ribbon in Access 2007 0

Top