Upon completion of this chapter, your students will be able to
1. Establish an array and refer to individual elements in the array with subscripts.
2. Use the For Each/Next to traverse the elements of an array.
3. Create a structure for multiple fields of related data.
4. Accumulate totals using arrays.
5. Distinguish between direct access and indirect access of a table.
6. Write a table lookup for matching an array element.
7. Combine the advantages of list box controls with arrays.
8. Store and look up data in multidimensional arrays.