Beginning Access 2002 VBA (Programmer to Programmer)

In this chapter, we have looked at one of the key features that differentiates VBA from macros - the ability to work with sets of records at the record level. With macros, you can only see the big picture - you can deal with sets of records as a whole but there is no mechanism for manipulating individual records. With VBA, however, you can go down to the record level and then work on individual fields within each record. You will find that creating and manipulating Recordset objects is one of the most frequent and useful operations that you will perform if you choose to use DAO in VBA. If you can master the use of the Recordset object you have won most of the battle.

This chapter has covered:

However, that is just the beginning. In the next chapter we will look at some of the more advanced capabilities of the JET 4.0 engine and how we can access them through DAO.

 

Категории