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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Menu Editor in Ma -access

Status
Not open for further replies.

Madiba1

Programmer
Apr 18, 2006
15
A2
Hi,

does Ms-access have the menu editor as in VB 6, and how do you activate/access it.

Kaka
 
I don't know VB6.0, so I have no idea what the menu editor is like. For those of us that don't know VB 6.0, explain what you want done, and we may be able to help. Just explain what you want without refering to how VB 6.0 does it.
Thanks
 
Try the Alt+F11 key.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
wanted to create an application which should have a Tool menu like that of usual windows. I mean the one on top of every Ms-application: File, Edit, View ...

Madiba

 

Right click on any menu in access, select Customize, and a dialog box will appear with 3 tabs. Toolbars, Commands, and Options. Under the Toolbars tab, click the New... button, Name your new toolbar, click OK. A new, blank toolbar appears. Click on the Commands tab, select the "File" Categories, then drag the "Custom" Commands to the new, blank toolbar. Now you can click on the Modify Selection button in the Customize dialog box. Then select "Properties" at the bottom of the vertical menu. Here is where you make this new "Custom" button what you want it to be.
Caption: = text that will show on this button.
On Action: = Select the Macro to run when you click this button.
You can make as many new buttons as you need this way.

HTH,
Vic

 
thread181-1242423

________________________________________________________
Zameer Abdulla
Help to find Missing people
Sharp acids corrode their own containers.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top