S
Stwange
How can I added a menu to the default menu bar, so that it is always visible
no matter which machine the database is run on? I first tried it using the
Customize, but I realized this modification was irrelevant of the database,
and so that menu was always there on this machine, and never there on other
machines.
I then tried using VBA to do this, and so far I have got:
CommandBars.ActiveMenuBar.Controls.Add(1, , , 1).Caption = "Hello"
But this doesn't come up with a caption unless I Customize - right click ->
and change the style to "Text Only (Always)" - but I can't figure out how to
do this with code. Any help would be greatly appreciated.
Thank-you.
no matter which machine the database is run on? I first tried it using the
Customize, but I realized this modification was irrelevant of the database,
and so that menu was always there on this machine, and never there on other
machines.
I then tried using VBA to do this, and so far I have got:
CommandBars.ActiveMenuBar.Controls.Add(1, , , 1).Caption = "Hello"
But this doesn't come up with a caption unless I Customize - right click ->
and change the style to "Text Only (Always)" - but I can't figure out how to
do this with code. Any help would be greatly appreciated.
Thank-you.