August 2010
Intermediate to advanced
1500 pages
54h 49m
English
You’ve already dealt with two of the main collections supported by Access 2010—Forms and Reports. The Forms collection contains all the form objects that are open in your application, and the Reports collection contains all the open report objects.
As you’ll learn in more detail later in this section, collections, objects, properties, and methods are organized in several object model hierarchies. An object has properties, which describe the object, and methods, which are actions that you can ask the object to execute. For example, a Form object has a Name property (the name of the form) and a Requery method (to ask the form to requery its record source). Many objects also have collections that define ...
Read now
Unlock full access