Group Macro Statement

Applies To
Access for Microsoft 365 Access 2024 Access 2021 Access 2019 Access 2016

The Group statement in Access macros enables you to specify a block of actions within a macro that you can expand or collapse.

Setting

The Group action has only one optional argument.

Action argument Description
Description A string that appears as the title of a group when it is collapsed. This is not a required argument.

Remarks

The Group statement doesn't define a region of a macro that can be executed separately. Use the Submacro Macro Statement to define a set of actions to be executed separately in the Macro Designer window.