Chapter 12: The Access Event Model
471
FIGURE 12.10
Using the MsgBox() function to confirm a deletion
FIGURE 12.11
A confirmation dialog box before deleting a record
Summary
A thorough understanding of the Access event model is an essential skill for serious Access devel-
opers. Access is unusually well equipped with events that enable developers to respond to virtually
every move made by users. In addition, the data-driven events provide virtually total control over
how Access works with and manages data.
The next chapter continues exploring the many uses of the VBA programming language. There
you’ll learn many more details of adding powerful VBA procedures to Access forms and reports.