Custom menu/tools on forms

G

Guest

i have a database for which all forms are opening in mazimize or dialog. Now
I want to put some custom menu/tools for controling activities like close,
cancel, update, print, new etc. For this presently I am using command buttons
placed o form footer. Is there any way to place this in a menubar or tool bar
which will be available at the top of the form, when the form is opend in
maximize or dialog.
 
G

Guest

Yes you can create custom menubars and toolbars. Note that Access is an MDI
application and all the forms etc that you create are always child windows.
Your customtoolbar will display in your application window. You can choose to
dock it and lock it to the top of the screen or you cn allow it to be
moveable (floating) just like Access' default menu.

You can also create your own custom Shortcut menus that pop up when you
click the right mouse button.

You can create multiple custom menu/toolbars. Forms and Reports have a
property that allows you to associate a particular menu/toolbar with it.

Steve
 
G

Guest

This is not actually i requested. All my forms are opening in maximize or
dialog with pop up property set to 'yes'. In that case I could not place a
custom menu/tool bar. Is there any way to show custom menu/tool bar on a form
which is opend as maximize/dialoge with pop up property set to 'yes'. Please
help me.
 
G

Guest

This is not actually i requested. All my forms are opening in maximize or
dialog with pop up property set to 'yes'. In that case I could not place a
custom menu/tool bar. Is there any way to show custom menu/tool bar on a form
which is opend as maximize/dialoge with pop up property set to 'yes'. Please
help me.
 
R

Rick Brandt

Sreekumar said:
This is not actually i requested. All my forms are opening in maximize or
dialog with pop up property set to 'yes'. In that case I could not place a
custom menu/tool bar. Is there any way to show custom menu/tool bar on a form
which is opend as maximize/dialoge with pop up property set to 'yes'. Please
help me.

Access forms do not support menus or toolbars, but you can use buttons, labels,
and ComboBoxes to simulate them. You can even open right-click menus when
clicking those items to simulate a drop-down menu with submenus.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top