Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to remove "Type a question for help" from a menu bar 2

Status
Not open for further replies.

apchambers

Programmer
Jul 17, 2003
11
0
0
GB
Hi, I've created menu bars for my application which work fine, however I want to stop displaying the drop-down "Type a question for help" box and the "Restore Window" icon on the menu bar. Any ideas greatly appreciated.
I'm using Access 2003, deploying in Access 2003 Runtime
Many Thanks
Anne
 
In the customize mode for the MenuBar, right click and uncheck the box. At least that's the way you do it in acXP.

HTH RuralGuy (RG for short) acXP winXP Pro
Please respond to this forum so all may benefit
 
Glad I could help Anne. I remember how long it took me to find that the first time. :D

HTH RuralGuy (RG for short) acXP winXP Pro
Please respond to this forum so all may benefit
 
I ran into the same issue and here is what I have used to take care of it.

I placed this in my application's start-up form on the Form_Open event.

Code:
Application.CommandBars.DisableAskAQuestionDropdown = True

 
Hi jDaily
I will try this as the previous suggestion worked well but the drop down reappeared when i created an mde.
Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top