|
 |
access thread: Menu Bar
Message #1 by Ajay Jain <ajay_ndel@y...> on Mon, 18 Mar 2002 07:05:02 -0800 (PST)
|
|
Hi,
I am creating a custom menubar for my appication. I
want to open a form on click on one of the options of
the drop down menu bar. What is the command I write in
"On Action" box to open a form. Or is there any other
way to do that?
Thanks,
Ajay
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/
Message #2 by "Hamilton, Tom" <hamiltont@s...> on Tue, 19 Mar 2002 07:20:00 -0800
|
|
You can use;
DoCmd.ShowToolbar "MeMenu", acToolbarYes
When you want to put the toolbar awaay, change the 'acToolBarYes' to
'acToolBarNo'
Here are the arguments for when to display
acToolbarNo
acToolbarWhereApprop
acToolbarYes (default)
>>> Ajay Jain 03/18/02 07:05AM >>>
Hi,
I am creating a custom menubar for my appication. I
want to open a form on click on one of the options of
the drop down menu bar. What is the command I write in
"On Action" box to open a form. Or is there any other
way to do that?
Thanks,
Ajay
__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/
|
|
 |