Examples of using Macro group in English and their translations into Malay
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
In that case, it is referred to as a macro group.
The macro group contains two macros, the names of which are displayed in the Macro Name column.
Run a macro that is in a macro group.
When you save the macro group, the name that you specify is the name of the whole group of macros. .
The following illustration shows a small macro group.
Note: In macro groups, macro names are necessary to distinguish the individual macros from each other.
This requires creating a macro group named AutoKeys.
Repeat steps 5 and 6 for each macro in the macro group.
More information about running macros in macro groups appears later in this article.
For example, Buttons.Products refers to the Products macro in the Buttons macro group.
Note: Access allows you to build a macro group as an embedded macro. .
In the Macro Name column,type a name for the first macro in the macro group.
Access includes an entry for each macro in each macro group, in the format macrogroupname. macroname.
If you want to group several related macros in one macro object,you can create a macro group.
If the macro is in a macro group, it's listed under the macro group name in the list as macrogroupname. macroname.
For more information, see the section Create a macro group, later in this article.
On the Database Tools tab, in the Macro group, click Run Macro, click the macro in the Macro Name list, and then click OK.
To refer to an individual macro within a macro group, use this syntax.
For example, the followingevent property setting runs a macro named Categories in a macro group named Form Switchboard Buttons.
A macro group is displayed in the Navigation Pane as a single macro object, but a macro group actually contains more than one macro. .
You can create a macro to perform a specific series of actions,and you can create a macro group to perform related series of actions.
Run a macro that is in a macro group from within a VBA procedure by using the RunMacro method of the DoCmd object, and by using the syntax shown earlier to refer to the macro. .
The Macro Name box in the Action Arguments section of themacro design window shows all macros(and macro groups) in the current database.
In addition, you can assign names to each macro in a macro group, and you can add conditions to control how each action is run.
A row in the upper part of the Macro object tab in which you enter macro names, actions, arguments,and comments associated with a particular macro or macro group.
In Office Access 2007, a macro or macro group can be contained in a macro object(sometimes called a standalone macro), or a macro can be embedded into any event property of a form, report, or control.
If you run a macro group by double-clicking it in the Navigation Pane or by clicking Run in the Tools group of the Design tab, Access runs the first macro only, stopping when it reaches the second macro name.
If you run a macro group by double-clicking it in the Navigation Pane or by clicking Run in the Tools group of the Design tab, Access runs the first macro only, stopping when it reaches the second macro name.
If you run a macro group either by double-clicking it in the Navigation Pane or by clicking Run in the Tools group on the Design tab, Access executes only the first macro in the group, stopping when it reaches the second macro name.