DAO Objects and Collections

As you’ve seen from the discussion of the DAO object hierarchy, the concept of objects and collections is central to an understanding of DAO. Most object types have collections that contain each of that type’s members. For example, the TableDefs collection represents a set of all tables in the database, and it contains all individual TableDef objects.