Chapter 11: Mastering VBA Data Types and Procedures
449
Summary
Building on the VBA programming fundamentals presented in Chapter 10, this chapter took a
closer look at using VBA to build subprocedures and functions. You also saw many more ways to
use VBA variables and data types in your Access applications.
We looked at some of the differences between subprocedures (or subroutines, if you prefer) and
functions, passing parameters to procedures, and returning values from functions. Mastering the
skills necessary to create strong VBA procedures and correctly using the many different VBA vari-
able types are essential steps to building bulletproof Access applications.