Hide-Show Quick Bar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

BrerGoose
 
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
 
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.
 
The application is written in A2000, but when someone opens in A2007 they
receive that extra bar.

BrerGoose
 
Back
Top