473,394 Members | 1,946 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Access 2000 Menu customization

Hello,
Have customized the menu options in Access 2000 in a computer. However,
it seems that the customizations apply only when I'm logged in and not
to other users. Is there any way to use the customizations as a default
for all users of Access on that computer.
Thanks

Nov 13 '05 #1
6 4985
If you customize "your" menus, then they only apply to you. So, if you are
building an application, and want the menus to go with the application, then
you need to build NEW custom menus, and NOT USE the built in ones.

The process of customizing new menus is the same.

I have a sample application that has all of the ms-access interface hidden.
(this was accomplished by using the tools->startup options, and a few
menus). Give the following download a try, and then take a look at the
settings I used:

http://www.members.shaw.ca/AlbertKal...s/DownLoad.htm

Grab the 3rd example (ms-access interface hidden).

So, the above is a great way to hide all of ms-access, and not have to write
code, or use security.

Also, here is some more screen shots of ms-access menus, and also some ideas
as to when/why to using menus

http://www.members.shaw.ca/AlbertKal...erFriendly.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #2
If you customize "your" menus, then they only apply to you. So, if you are
building an application, and want the menus to go with the application, then
you need to build NEW custom menus, and NOT USE the built in ones.

The process of customizing new menus is the same.

I have a sample application that has all of the ms-access interface hidden.
(this was accomplished by using the tools->startup options, and a few
menus). Give the following download a try, and then take a look at the
settings I used:

http://www.members.shaw.ca/AlbertKal...s/DownLoad.htm

Grab the 3rd example (ms-access interface hidden).

So, the above is a great way to hide all of ms-access, and not have to write
code, or use security.

Also, here is some more screen shots of ms-access menus, and also some ideas
as to when/why to using menus

http://www.members.shaw.ca/AlbertKal...erFriendly.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal
Nov 13 '05 #3
Thanks Albert...let me try to explain the problem in greater detail.

Have an MS Access 97 database that used to run on NT. Before deploying
this on any machine, used to make a copy of it, Remove the Edit, View &
Insert Menus (by running the Customize applet and dragging/dropping
these 3 menu options over it). After that, run the Startup applet,
uncheck everything except "Display Status Bar" and then generate the
MDE file.

Once we deployed this on a NT box, the only menu options available to
ANY user running the MDE was File, Window & Help.

Now, we've converted this to Access 2000 and trying to deploy this on
Win2000 boxes. When we follow the above procedure, it works as
described above, however only for the user that does the above steps.
When another user logs on & opens up the MDE, Menus File, Edit, View,
Insert, Window & Help are all available.

It looks the the main problem is: the part of running the customize
applet and removing menus is not database or system specific but user
specific. ie. if I'm logged on and use the customize applet as
described above WITHOUT any DB loaded, then the above menus are not
available for any database that I load. When another user logs in the
above 3 menus are available to him.

Hence my original question:
Is there any way to save the profile of having Menu's without Edit,View
& Insert...and use this as a default for all users. I tried copying the
access.pip file from one user to another, but that does not seem to
work.

Appreciate your help, if I should be looking at another way of
achieving the
same objective and open to that as well.
.........
Albert D. Kallal wrote:
If you customize "your" menus, then they only apply to you. So, if you are
building an application, and want the menus to go with the application, then
you need to build NEW custom menus, and NOT USE the built in ones.

The process of customizing new menus is the same.

I have a sample application that has all of the ms-access interface hidden.
(this was accomplished by using the tools->startup options, and a few
menus). Give the following download a try, and then take a look at the
settings I used:

http://www.members.shaw.ca/AlbertKal...s/DownLoad.htm

Grab the 3rd example (ms-access interface hidden).

So, the above is a great way to hide all of ms-access, and not have to write
code, or use security.

Also, here is some more screen shots of ms-access menus, and also some ideas
as to when/why to using menus

http://www.members.shaw.ca/AlbertKal...erFriendly.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal


Nov 13 '05 #4
Thanks Albert...let me try to explain the problem in greater detail.

Have an MS Access 97 database that used to run on NT. Before deploying
this on any machine, used to make a copy of it, Remove the Edit, View &
Insert Menus (by running the Customize applet and dragging/dropping
these 3 menu options over it). After that, run the Startup applet,
uncheck everything except "Display Status Bar" and then generate the
MDE file.

Once we deployed this on a NT box, the only menu options available to
ANY user running the MDE was File, Window & Help.

Now, we've converted this to Access 2000 and trying to deploy this on
Win2000 boxes. When we follow the above procedure, it works as
described above, however only for the user that does the above steps.
When another user logs on & opens up the MDE, Menus File, Edit, View,
Insert, Window & Help are all available.

It looks the the main problem is: the part of running the customize
applet and removing menus is not database or system specific but user
specific. ie. if I'm logged on and use the customize applet as
described above WITHOUT any DB loaded, then the above menus are not
available for any database that I load. When another user logs in the
above 3 menus are available to him.

Hence my original question:
Is there any way to save the profile of having Menu's without Edit,View
& Insert...and use this as a default for all users. I tried copying the
access.pip file from one user to another, but that does not seem to
work.

Appreciate your help, if I should be looking at another way of
achieving the
same objective and open to that as well.
.........
Albert D. Kallal wrote:
If you customize "your" menus, then they only apply to you. So, if you are
building an application, and want the menus to go with the application, then
you need to build NEW custom menus, and NOT USE the built in ones.

The process of customizing new menus is the same.

I have a sample application that has all of the ms-access interface hidden.
(this was accomplished by using the tools->startup options, and a few
menus). Give the following download a try, and then take a look at the
settings I used:

http://www.members.shaw.ca/AlbertKal...s/DownLoad.htm

Grab the 3rd example (ms-access interface hidden).

So, the above is a great way to hide all of ms-access, and not have to write
code, or use security.

Also, here is some more screen shots of ms-access menus, and also some ideas
as to when/why to using menus

http://www.members.shaw.ca/AlbertKal...erFriendly.htm
--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada
pl*****************@msn.com
http://www.members.shaw.ca/AlbertKallal


Nov 13 '05 #5
da************@gmail.com wrote:
It looks the the main problem is: the part of running the customize
applet and removing menus is not database or system specific but user
specific. ie. if I'm logged on and use the customize applet as
described above WITHOUT any DB loaded, then the above menus are not
available for any database that I load. When another user logs in the
above 3 menus are available to him.

Hence my original question:
Is there any way to save the profile of having Menu's without Edit,View
& Insert...and use this as a default for all users. I tried copying the
access.pip file from one user to another, but that does not seem to
work.

Appreciate your help, if I should be looking at another way of
achieving the
same objective and open to that as well.


HI Daniel,

Actually Albert HAS answered your question succinctly. Others may
disagree, but I don't think it is a good idea at all to modify any of
the default and built-in menus and tool bars that come with Access.

By all means, copy (ctrl-click & drag) specific menu items you desire to
custom toolbars, but it simply is not a good idea to modify the menus
you are proposing,

What you should be doing is deciding what menus and functionality you
wish your users to have and create custom menus that are tied for forms
or the startup dialog you refer to as an "applet".

You can bring menus from one application to another using the advanced
options of file->get external data->import once you specify the mdb.

On cdma, see a similar response I made this evening for RLN on looping
through toolbars.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #6
da************@gmail.com wrote:
It looks the the main problem is: the part of running the customize
applet and removing menus is not database or system specific but user
specific. ie. if I'm logged on and use the customize applet as
described above WITHOUT any DB loaded, then the above menus are not
available for any database that I load. When another user logs in the
above 3 menus are available to him.

Hence my original question:
Is there any way to save the profile of having Menu's without Edit,View
& Insert...and use this as a default for all users. I tried copying the
access.pip file from one user to another, but that does not seem to
work.

Appreciate your help, if I should be looking at another way of
achieving the
same objective and open to that as well.


HI Daniel,

Actually Albert HAS answered your question succinctly. Others may
disagree, but I don't think it is a good idea at all to modify any of
the default and built-in menus and tool bars that come with Access.

By all means, copy (ctrl-click & drag) specific menu items you desire to
custom toolbars, but it simply is not a good idea to modify the menus
you are proposing,

What you should be doing is deciding what menus and functionality you
wish your users to have and create custom menus that are tied for forms
or the startup dialog you refer to as an "applet".

You can bring menus from one application to another using the advanced
options of file->get external data->import once you specify the mdb.

On cdma, see a similar response I made this evening for RLN on looping
through toolbars.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "What's UP, Dittoooooo?" - Ditto
Nov 13 '05 #7

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

Similar topics

3
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
2
by: Rick Brandt | last post by:
I posted this issue a while back (over a year ago?) but thought I would take another crack at it. I have one user out of about 250 where my app's custom menu bar does not work on any of the...
6
by: Peter Frost | last post by:
Please help I don't know if this is possible but what I would really like to do is to use On Error Goto to capture the code that is being executed when an error occurs. Any help would be much...
2
by: Pete | last post by:
In Access 95/97 I used to be able to create pull down menus (File,Edit ...) from a macro. It seems there used to be some wizard for that. However in Access 2000 it seems you have to build your...
0
by: daniel.sumanth | last post by:
Hello, Have customized the menu options in Access 2000 in a computer. However, it seems that the customizations apply only when I'm logged in and not to other users. Is there any way to use the...
27
by: Wayne | last post by:
I've been clicking around Access 2007 Beta 2 and can't see the custom menu bar designer. Is it in the beta? Maybe I'm blind. The question that comes to mind is: Will custom menu bars be the same...
2
by: bobdydd | last post by:
Hi All I am currently rebuilding one of my Access 2000 applications in Access 2007. On the Access 2000 application I had 2 Tool bars and a shortcut menu on most of the forms/reports 1. A...
2
by: accessnovice | last post by:
Hello All! I am new to programming in the MS Access environment and decided to join this community due to various problems I encountered in Access 2000 and 2003. I began a small project in Access...
2
by: Wayne | last post by:
I know that it is possible to force Access 2007 to the display custom menu bars for an Access database developed in an earlier version by using the customisation settings in A2007 to nominate a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...

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.