Examining the Utility Functions Module

One recommended way to learn a new programming language is to examine simple examples of code and analyze the statements used in the example.

The sections that follow show how to open a module, display a function in the Module window, add a breakpoint to the code, and then use the Debug window to execute the function.

Adding a Breakpoint to the IsLoaded() Function

When you examine the execution of Access VBA code written by others, and when you debug your own application, breakpoints are very useful. This section explains how to add a breakpoint to the IsLoaded() function so that the Suppliers form stops executing when the Suppliers macro calls the IsLoaded() function and Access displays the code in the ...

Get Special Edition Using Access 97, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.