473,383 Members | 1,885 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,383 software developers and data experts.

Access 2000 Macro Menus

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 menus by
customizing a toolbar. With this method you have to create a separate
macro for every single menu and sub menu. The old method would allow
me to include several menus (File/ print/ page setup ...) all within
one macro. Now it seems I have to create a macro for each sub menu
item. Is this correct? Is there another way. I can't seem to find
anything in the help file to suggest otherwise. Also what I am
actually calling in the menu is a macro that points to a vb function
(Runcode). It would be easier to link the menu directly to a piece of
code. Is that possible? Any help would be appreciated.
Nov 13 '05 #1
2 3441
The old macro menus are from Access 1.0/2.0 Were they
preserved for backward compatibility in Access 95/98?
Lots of the remaining backward compatitibility stuff
for Access 2.0 was dropped from Access 2000.

Or:

Open a macro in design mode
right click on the caption of the macro window
select "Macro Names"
enter macro names into the macro names column.

These macro names may be used in your menus. They are
displayed in the drop down list of available macros,
organised by the name of the containing macro:
mcr_menus
mcr_menus.menu_A
mcr_menus.menu_B
etc.

also, yes, you can type a code function name into a menu
property, instead of selecting a macro, like this:
=myfunction()
or this
=myMenuFunction(1,"from menu item")
or this
=eval("myFunc()")

(david)

"Pete" <my*****@netzero.net> wrote in message
news:a3**************************@posting.google.c om...
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 menus by
customizing a toolbar. With this method you have to create a separate
macro for every single menu and sub menu. The old method would allow
me to include several menus (File/ print/ page setup ...) all within
one macro. Now it seems I have to create a macro for each sub menu
item. Is this correct? Is there another way. I can't seem to find
anything in the help file to suggest otherwise. Also what I am
actually calling in the menu is a macro that points to a vb function
(Runcode). It would be easier to link the menu directly to a piece of
code. Is that possible? Any help would be appreciated.

Nov 13 '05 #2
Thanks. That helps now I don't have to create a dozen macro's. It's
also much faster to throw a prototype database together.
Nov 13 '05 #3

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

Similar topics

4
by: Mark Lees | last post by:
Whenever I open a DB in 2003 I get the security warning box. How do I disable that screen? The Access help suggests..... Change the security level for macro virus protection by On the Tools...
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...
0
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...
2
by: Marilyn Royce | last post by:
Is there a way to convert the menus in a 97 access system to access 2000 without having to rewrite them again in 2000?
1
by: paul.hanti | last post by:
This board has been a plethora of information. Thanks to all that respond! I have a quick question regarding the built-in OutputTo macro. I've built a shared database in Access 2003 (in Access...
6
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...
4
by: etuncer | last post by:
Hello All, I have Access 2003, and am trying to build a database for my small company. I want to be able to create a word document based on the data entered through a form. the real question is...
2
by: Wayne | last post by:
I've been having a click around Access 2007 this afternoon and have discovered some things that range from annoying to alarming. My Access 2003 menu bars, which I, like many others, use...
0
by: ARC | last post by:
Hello all, For right-click (shortcut) menus in access 2007, I've been using a round-about method of opening access 97 on an old computer, modifying my own custom shortcut menus, then importing...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...
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...

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.