CHAPTER 29
Advanced Data Access with VBA
In the previous few chapters, you learned the basics of Access programming, reviewed some built‐in VBA functions, and experienced the various VBA logical constructs. You learned about DAO and ADO and how to access data in tables and queries through recordsets. You also learned a lot about forms and queries.
In this chapter, you use all this knowledge and learn how to display selected data in forms or reports using a combination of techniques involving forms, Visual Basic code, and queries.