473,499 Members | 1,916 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Turn off default menu bar

Is there a way to turn off the defult menu bar? I do not want the user
to see the File, Edit, View, etc. menu.

How do you turn it off?

Michael Charney

*** Sent via Developersdex http://www.developersdex.com ***
Nov 13 '05 #1
5 5301
Michael,
Create a menubar of your own with only what you want the user to see. Then
have Access use that menubar when it starts.
--
Alan Webb
kn*******@SPAMhotmail.com
"It's not IT, it's IS"

"Nothing" <me@you.com> wrote in message
news:LV***************@news.uswest.net...
Is there a way to turn off the defult menu bar? I do not want the user
to see the File, Edit, View, etc. menu.

How do you turn it off?

Michael Charney

*** Sent via Developersdex http://www.developersdex.com ***

Nov 13 '05 #2
Nothing wrote:
Is there a way to turn off the defult menu bar? I do not want the user
to see the File, Edit, View, etc. menu.

How do you turn it off?


In a form's Menu bar property set it to =0.

Menu bar: =0

--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)
Nov 13 '05 #3
MGFoster <me@privacy.com> wrote in news:6GX6e.5024$yq6.1393
@newsread3.news.pas.earthlink.net:
Nothing wrote:
Is there a way to turn off the defult menu bar? I do not want the user
to see the File, Edit, View, etc. menu.

How do you turn it off?


In a form's Menu bar property set it to =0.

Menu bar: =0


I have tried creating a menu bar and telling access to use it, but it
errors when I start. I basically want a menu with an option to EXIT the
program thats all.

I will try the Menu Bar: =0 and see if that works.

Mike Charney
Nov 13 '05 #4
MGFoster <me@privacy.com> wrote in news:6GX6e.5024$yq6.1393
@newsread3.news.pas.earthlink.net:
Nothing wrote:
Is there a way to turn off the defult menu bar? I do not want the user
to see the File, Edit, View, etc. menu.

How do you turn it off?


In a form's Menu bar property set it to =0.

Menu bar: =0


Ok I tried the Menu Bar = 0 and it gave me a macro error.
I added a menu bar called BldBnk and then added EXIT to it.
I tried to set the menu bar to BldBnk but it says it is the wrong type.
I dont care if any menu bars are showing, in fact that is what I want. I
have a built in menu through forms.

Any ideas?

Thanks in advance!!

Mike Charney
Nov 13 '05 #5
Mike wrote:
Ok I tried the Menu Bar = 0 and it gave me a macro error.
I haven't used MGFoster's method, but I do use what allan suggested all
the time.
I added a menu bar called BldBnk and then added EXIT to it.
I tried to set the menu bar to BldBnk but it says it is the wrong type.
When you build your menu bar, in the menu customization "Customize"
dialog, under the toolbars tab, select the menu you've created and click
on the properties button. A tool bar properties dialog will appear. In
the Type drop down, there are three choices: menu bar (what you want),
Tool bar (what new menu default to and what your BldBnk is, most likely)
and popup (these provide short cut menus, ie, right clicky things).

Make sure the type is set to menu bar (and I always, below that, tick
the "show on tool bars menu", just to help me with the way i develop and
keep track of things).

Then, you may do one or combination of things. 1) in your mdb
tools->startup window, replace the default menu bar with tBldBnk - it
will be available from the drop down, or 2) in the Other tab of the form
proerties window, enter the name of the menu bar in the menu bar
property - you can use this property to have different menus appear when
different forms have the focus.
I dont care if any menu bars are showing, in fact that is what I want. I
have a built in menu through forms.


The above will work.

--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
2281
by: MisterG | last post by:
Using the following code I am able to open a new window when a user right clicks an object in my document. if (window.event.button == 2) { Win1 = window.open("","","height=200,width=200");...
1
8095
by: Bill Short | last post by:
Hello World, I have a form with two custom menubars. One is for when a certain person logs in and the other is for all other users. To get these to only come up when they are supposed to I...
3
1796
by: Daniel Tan | last post by:
How can i take away the Access 2000 help menu ? Even better then whole default menu. Pls advise. Thanks. Regards, Daniel
1
1205
by: WJA | last post by:
I have a sized form with a custom menu bar. Using a command button on this form, I'm opening a report which has a different custom menu bar. When I close the report, the transition of the menu bar...
2
5874
by: James Beswick | last post by:
My default menu in Access 2003 is completely missing. I've tried reset the toolbars and programatically enumerating all the toolbars/menus in order to revive it. I've also tried reinstalling Access...
0
1048
by: Ron | last post by:
Hi, I need to turn off my menu control when a user is in the process of changing there password. I know this can be done because the Login control automatically prevents the rendering of the...
3
4435
by: rsteph | last post by:
I have a javascript drop down menu that I borrowed from a website. It utilizes a little .css to help with formatting. The menu works great, and on all 3 of the browsers I'm concerned about; but I am...
3
16975
by: prakashwadhwani | last post by:
When my application starts 2 toolbars still remain open 1) Form View and 2) Formatting (Form/Report) Toolbar Also ... Access's default Menu-Bar also remains open. How to switch it off at...
5
2394
by: lorirobn | last post by:
Hi, I am trying to create two custom menu bars for my application, one for read-only users (without delete record), and one for update-access users (with delete record). I only need File and...
0
7134
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
7012
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
7180
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
7225
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7392
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4920
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
4605
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
1429
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
307
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.