Beginning Access 2002 VBA (Programmer to Programmer)

This chapter has covered an awful lot of ground, but it's really important stuff. The techniques we've looked at are the building blocks of programming. Every program is made up from procedures, and these all use variables , other procedures, built-in functions, and so on. Having a good understanding of this will make it easier to understand other code that you see, as well as making your own code better.

In this chapter, we looked at:

Now that you've got a good understanding of these techniques, let's move on to look at how we can make decisions in our code, and use looping to help us with repetitive tasks.

 

Категории