Which Access object stores code for macros and VBA?

Study for the IT Operations Management (ITOM) Exam. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

Which Access object stores code for macros and VBA?

Explanation:
In Access, programmatic logic is kept in modules. VBA code lives in standard or class modules, providing Sub and Function procedures that can be called from forms, reports, or events. Macros are stored as macro objects, but they’re part of the same mechanism for defining executable actions that run within the app’s module framework. Tables hold data, queries define data retrieval/update logic, and reports control presentation. So the place that stores code for both macros and VBA is the Modules area.

In Access, programmatic logic is kept in modules. VBA code lives in standard or class modules, providing Sub and Function procedures that can be called from forms, reports, or events. Macros are stored as macro objects, but they’re part of the same mechanism for defining executable actions that run within the app’s module framework. Tables hold data, queries define data retrieval/update logic, and reports control presentation. So the place that stores code for both macros and VBA is the Modules area.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy