I know you can not put menu/toolbars inside a form, I am not trying to do
that.  you can create a menu on a form by creating a subform on your main
form that contains text that is linked to various other forms.  I would like
to creat a flyout feature on that text that shows more text links that can be
clicked on.
	
		
			
				Marshall Barton said:
			
		
	
	
		
		
			Menu/Tool bars can not be placed inside of a form.  Maybe
you can simulate what you want with standard controls.
--
Marsh
MVP [MS Access]
	
	
		
		
			It will be a sidbar menu in a form itself, like the side menu on this
website.  But it will open some various forms and queries.
ie.
workcenter->workcenterA
workcenterB
workcenterC
Misc Forms->Add new item to inventory
delete item from inventory
list inventory
shop rosters->shopA
shopB
shopC
:
WesT wrote:
In a form I am looking to create a flyout menu or some other form of sub
menu.   I want to have a few options on a side bar menu and when you hover
over them or click them some sub options appear.
It sounds like you want to create a custom shortcut menu for
the form.  If so, use the toolbar Customize option and
specif the menu name in the form's ShortcutMenuBad property.