473,473 Members | 2,097 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Creating Menu Bar in a Form

manoj9849967222
48 New Member
Hi All


Is there a way to creat Menu Bar in a Form. Please suggest if this is possible.


Regards
Manoj
Sep 22 '07 #1
9 47840
ADezii
8,834 Recognized Expert Expert
Hi All


Is there a way to creat Menu Bar in a Form. Please suggest if this is possible.


Regards
Manoj
  1. Create the Menu Bar.
    1. View ==> Toolbars ==> Customize ==> New.
    2. Enter Name ==> OK.
    3. Select New Toolbar ==> Properties.
    4. Set Type = Menu Bar
    5. Set Docking Options ==> Close.
    6. Select the Commands Tab ==> Select Category & related Commands.
    7. Drag-N-Drop Commands to the Menu Bar which should be visible on the screen.
    8. These are just the very basic steps for creating a Menu Bar then associating it with a Form
  2. Set the Form's Menu Bar Property (Properties ==> Other Tab ==> Menu Bar) = New Menu Bar.
Sep 23 '07 #2
daniel aristidou
491 Contributor
  1. Create the Menu Bar.
    1. View ==> Toolbars ==> Customize ==> New.
    2. Enter Name ==> OK.
    3. Select New Toolbar ==> Properties.
    4. Set Type = Menu Bar
    5. Set Docking Options ==> Close.
    6. Select the Commands Tab ==> Select Category & related Commands.
    7. Drag-N-Drop Commands to the Menu Bar which should be visible on the screen.
    8. These are just the very basic steps for creating a Menu Bar then associating it with a Form
  2. Set the Form's Menu Bar Property (Properties ==> Other Tab ==> Menu Bar) = New Menu Bar.
How is a new menu bar created in access 07?
As far as i can see u cant
Sep 23 '07 #3
ADezii
8,834 Recognized Expert Expert
How is a new menu bar created in access 07?
As far as i can see u cant
Sorry, I can't help you there, but I'm sure the Help Files can.
Sep 23 '07 #4
puppydogbuddy
1,923 Recognized Expert Top Contributor
How is a new menu bar created in access 07?
As far as i can see u cant
Click on this link, then scroll down until you come to the topic "Options Tape".

http://www.mstipsandtricks.com/tips-...-features.html

The Options Tape replaces the previous versions Menu Bar and toolbars. Also it provides the main commands in Office Access 2007. One of the main advantages is that it put in a single location the tasks or the entry points used to request the visualization of menus, bars of tools, task’s panels or other components of the user interface.

24) When a data base is opened, the Options Tape appears in the upper edge of the Office Access 2007 main window.
Sep 23 '07 #5
daniel aristidou
491 Contributor
Click on this link, then scroll down until you come to the topic "Options Tape".

http://www.mstipsandtricks.com/tips-...-features.html

The Options Tape replaces the previous versions Menu Bar and toolbars. Also it provides the main commands in Office Access 2007. One of the main advantages is that it put in a single location the tasks or the entry points used to request the visualization of menus, bars of tools, task’s panels or other components of the user interface.

24) When a data base is opened, the Options Tape appears in the upper edge of the Office Access 2007 main window.
Sorry this link does not provide the information on Creating new menu bars ect.
I think this sould be a main topic on the forum because it is rather major and efects database design higly.
Sep 25 '07 #6
ADezii
8,834 Recognized Expert Expert
Click on this link, then scroll down until you come to the topic "Options Tape".

http://www.mstipsandtricks.com/tips-...-features.html

The Options Tape replaces the previous versions Menu Bar and toolbars. Also it provides the main commands in Office Access 2007. One of the main advantages is that it put in a single location the tasks or the entry points used to request the visualization of menus, bars of tools, task’s panels or other components of the user interface.

24) When a data base is opened, the Options Tape appears in the upper edge of the Office Access 2007 main window.
Just curious puppydogbuddy, how do you create Menu Bars pro-grammatically in Access 2007, something analogous to the CommandBars Collection?
Sep 25 '07 #7
puppydogbuddy
1,923 Recognized Expert Top Contributor
Sorry this link does not provide the information on Creating new menu bars ect.
I think this sould be a main topic on the forum because it is rather major and efects database design higly.

See these links for the information you are looking for:

MS Access 2007 Ribbon/Office Menu Customization
http://www.access-freak.com/tutorials.html#Tutorial05

How to: Use Existing Custom Menus and Toolbars in Access
http://msdn2.microsoft.com/en-us/library/bb425845.aspx

Use existing custom toolbars and startup settings in Access 2007
http://office.microsoft.com/en-us/ac...365441033.aspx

Custom Toolbars in Access 2007
http://blog.datamanagementsolutions....bars-2007.html
Sep 25 '07 #8
Menino
2 New Member
None of these links are working or found, I mean they don't exist
Nov 16 '18 #9
Nauticalgent
100 New Member
This post is over 11 years old...Access has moved on as well has some of these posters. Probably better to start a new thread...?
Nov 18 '18 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Don Stefani | last post by:
Hello, I have a form that I want to submit "onchange", OK I've got that working, but when the form submits, I want to pass along a value to a CGI script, as if that value was in a hidden form...
1
by: sunrisewinesalon | last post by:
New here--I posted this to another group called 'ms access problems,' but it only had one member... Access says you can choose fields from more than one table or query to create a form--but can...
1
by: VM | last post by:
I would like to display a child form inside of an MDI but the problem is that I'll be invoking that child form from within another child form. If I use this code: frmReportViewer frmReportViewer =...
0
by: vareck.walla | last post by:
I get this error everytime I run my project: System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is:...
4
by: zazu | last post by:
I have followed the procedure for creating a form for supplying parameters to a query – http://office.microsoft.com/en-us/assistance/HA011170771033.aspx However when the query is run I still...
3
by: wolverines1 | last post by:
Problems with creating a form from two tables, in access. The data won't come from the on of the tables. Need guidance. All data is under A, but when I make a form B, none of the data comes over...
2
by: vidhyapriya | last post by:
Hi all, I am creating user controls for developing menu for my application.I am not using default menu bar,creating my own menu using user controls.I want my user controls above the form.For Example...
13
by: jmartmem | last post by:
Greetings, I am using Dreamweaver CS3 to design an ASP page that contains a Record Insertion Form. Within this form are two list/menu form fields that I would like to "synchronize". In other...
2
by: adwest | last post by:
Forgive me if this is a foolish question. I "play" in Access and have only created a few rather simple relational databases. My knowledge and experience is limited. I have no formal training, just...
1
by: Sven Willgren | last post by:
Hello All, While trying to open a form I get the following error: An error occurred creating the form. See Exception.InnerException for details. The error is: Index was out of range. Must be...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.