Creating Macro Groups
If you have numerous macros, grouping related macros in macro groups can help you to manage them more easily. When Access runs a macro group, the first macro in the group starts with the first action, continuing until it reaches a new macro name or the last action in the window. To run a macro group, use the macro group name followed by the macro name. For example, you can refer to a macro group named Report1 in the Employees macro as Report1.Employees.
Create a Macro Group
 | Open a macro in the Macro window. |
 | Click the Macro Names button. |
 | Type a name for the macro group next to the first action in the Macro Name column. |
 | Click the Save button to save your changes. |
 | Click the Close button. |

You can display the Macro Name column.
Display the Macro Name column by clicking Macro Names on the View menu. |
 |