Team LiB
Previous Section Next Section

Summary

In this chapter, we looked at the many tools available in the VBA Editor. You saw how it can guide you in the syntax of a function, as well as show what is available in an object. To that end, we also looked at an important tool: the Object Browser. We also examined the various menu and toolbar options that are important in the VBA environment, and saw how to access help if it is needed.

Beginning in the next chapter, we are going to combine the tools discussed here and in Chapter 6 to create the VBA code that we will need. We will finally get a chance to use VBA, and related objects, to perform operations within the database.


Team LiB
Previous Section Next Section