Connecting Tech Pros Worldwide Help | Site Map

Menus

  #1  
Old November 12th, 2005, 11:38 PM
Alex
Guest
 
Posts: n/a
Is it possible to put a menu on a form Window or ary there any
controls that I could use to simulate a menu? Thanks
Alex
  #2  
Old November 12th, 2005, 11:38 PM
Rick Brandt
Guest
 
Posts: n/a

re: Menus


"Alex" <alecjames1@hotmail.com> wrote in message
news:4995a98d.0405080222.b3fbdad@posting.google.co m...[color=blue]
> Is it possible to put a menu on a form Window or ary there any
> controls that I could use to simulate a menu? Thanks
> Alex[/color]

You can create shortcut menus and instead of invoking them with a right-click as
you usually would you can display them when an object is clicked on. If that
object were a label made to look like a menu item then the overall affect would
be much like a menu bar, especially if you created a series of these labels
across the top of your form. If you used buttons, it would be more like a
toolbar.

The command I use is...

CommandBars![MyMenuName].ShowPopup


--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com



  #3  
Old November 12th, 2005, 11:38 PM
MacDermott
Guest
 
Posts: n/a

re: Menus


Of course you can build a custom menu and attach it to a form, but it will
show in the Access window; if the form is not maximized, the custom menu
will not move around with it.


"Alex" <alecjames1@hotmail.com> wrote in message
news:4995a98d.0405080222.b3fbdad@posting.google.co m...[color=blue]
> Is it possible to put a menu on a form Window or ary there any
> controls that I could use to simulate a menu? Thanks
> Alex[/color]


  #4  
Old November 12th, 2005, 11:38 PM
Giloosh
Guest
 
Posts: n/a

re: Menus


I successfully made my own custom menus, however they are only
effected on the current machine running ms access. When i transfer the
mdb or mde file to another computer, they do not inherit the new menus
i have added, rather they stick with thier machines default menus. Is
there a way to have the menus i add be attached to the file, rather
than just change ur ms-access menu settings?
thanks
gil
  #5  
Old November 12th, 2005, 11:38 PM
Albert D. Kallal
Guest
 
Posts: n/a

re: Menus


Yes..you can, and should make the menus move with your application.

If you modify the built-in menus..then of course they stay with your pc.

However, if you make YOUR own custom menus..then they go with the
application.

So, don't modify the built in ones..but use the customize options to make
your own menus...


--
Albert D. Kallal (MVP)
Edmonton, Alberta Canada
pleasenonoSpamKallal@msn.com
http://www.attcanada.net/~kallal.msn


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
access 2007 custom shortcut menus ARC answers 0 October 6th, 2008 07:15 PM
Shortcut Menus cefrancke@yahoo.com answers 0 November 13th, 2005 11:09 AM
Restore Menus and Toolbars cefrancke@yahoo.com answers 3 November 13th, 2005 11:04 AM
Show Menus/Toolbars on Startup cefrancke@yahoo.com answers 1 November 13th, 2005 09:38 AM
Cascading menus in Javascript Marci answers 7 July 23rd, 2005 01:19 PM