November 2007
Intermediate to advanced
408 pages
11h 3m
English
IN THIS CHAPTER
An introduction to the Report Module and Events 187
Opening and Closing Reports 188
Passing Arguments Using OpenArgs 190
Handling Report-Level Errors 194
Case Study: Product Catalog 196
As discussed previously, your VBA code can be stored in either a standard or object module. Most of your code will be in object modules attached to a form or report. The code is saved as part of the object and supports events and properties specific to that object.
Almost all the code that you write for an object module is placed within event procedures to be triggered when some action occurs. For example, if you ...
Read now
Unlock full access