Connecting Tech Pros Worldwide Forums | Help | Site Map

Referencing Menu Buttons

Tom
Guest
 
Posts: n/a
#1: Nov 12 '05
CommandBars("Menu Bar").Controls("&Tools") references the Tools menu button.

How do you reference the Database Utilities button in the Tools drop down list?

How do you reference the Linked Table Manger button in the Database Utilities
drop down list?

Thanks!

Tom



TC
Guest
 
Posts: n/a
#2: Nov 12 '05

re: Referencing Menu Buttons


I don't have Access here to check, but I think you use the Controls
collection of the menu item:

CommandBars("Menu Bar").Controls("&Tools") .CONTROLS("WHATEVER")

HTH,
TC


"Tom" <tharkless@bellsouth.net> wrote in message
news:Yxwxb.26691$Wy4.18146@newsread2.news.atl.eart hlink.net...[color=blue]
> CommandBars("Menu Bar").Controls("&Tools") references the Tools menu[/color]
button.[color=blue]
>
> How do you reference the Database Utilities button in the Tools drop down[/color]
list?[color=blue]
>
> How do you reference the Linked Table Manger button in the Database[/color]
Utilities[color=blue]
> drop down list?
>
> Thanks!
>
> Tom[/color]



Closed Thread