Asked by Amber Murphy on Sep 28, 2024

Standard modules contain _____.

A) code that can be executed only from a form or report
B) macros from earlier versions of Access
C) a list of standard functions built into Access,such as Sum
D) global code that can be executed from anywhere in the database

Global Code

Code that is accessible from any point within the scope of an application, not limited by local context.

Standard Modules

Reusable blocks of code in a programming environment that perform a particular function and can be incorporated into applications.

Macros

Automated sequences of actions or commands designed to simplify repetitive tasks in software applications.

  • Develop an awareness of the significance and abilities of standard and class modules in Access.