Understanding Objects and Object Collections

Access 97, like other members of the Office 97 productivity software suite, organizes programmable objects into a hierarchical structure of classes of objects. Two members of Access object classes that you have used extensively are Forms and Reports. You use these class names as identifiers, such as Forms!FormName. PropertyName and Reports! ReportName!ControlName.PropertyName, in expressions. In these expressions, Forms or Reports is the class name, and FormName or ReportName is the literal name of the member object of the class.

Groups of objects from the same class are called object collections. Forms is the collection of open Form objects, and Reports is the collection of open Report objects. Unopened ...

Get Special Edition Using Access 97, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.