IN THIS CHAPTER
Why This Chapter Is Important
VBA Explained
What Are Access Class Modules, Standard Modules, Form Modules, and Report Modules?
Working with Variables
Adding Comments to Your Code
Using the Line Continuation Character
Using the VBA Control Structures
Passing Parameters and Returning Values
Executing Procedures from the Module Window
The DoCmd Object: Performing Macro Actions
Working with Built-In Functions
Working with Constants
Tools for Working in the Visual Basic Editor
Customizing the VBE
Practical Examples: Event Routines, User-Defined Functions, and Subroutines…