Asked by Kwama Kenyatta on May 04, 2024

verifed

Verified

When do most class modules run?

A) When you double-click a module in the Navigation Pane
B) After all the standard modules finish running
C) When you double-click a macro in the Navigation Pane
D) In response to an event such as clicking a command button

Class Modules

In programming, a type of module used to define custom classes which include methods, properties, and events.

Command Button

A graphical user interface element that users can interact with to perform an action, such as submitting a form or opening a new window.

  • Acquire knowledge on how event-driven programming is applied and implemented in Access.
verifed

Verified Answer

RL
Ramona LorettMay 09, 2024
Final Answer :
D
Explanation :
Class modules usually run in response to an event such as clicking a command button. The other options listed are not typically associated with running class modules.