133k views
0 votes
To modify a macro associated with a command button, press and hold or right-click the command button and tap or click ____ on the shortcut menu.

1 Answer

0 votes
I'd say the Build Event command

A command button on an Access form is used to start a set of actions. To make it perform a particular action, you write a macro and attach it to the command button’s On Click property. By tapping the Build Event on the shortcut menu, it will display the Macro associated with the On Click event which Access created automatically.






User Buck Hicks
by
8.4k points