3.1 How do I make one?

In the subroutine that manipulates a table, write a line similar to the following:

Dim myRecordSet As RecordSet  
    

All this line does is to define a variable called “myRecordSet”, and it is a “RecordSet”.