DBEngine. AccessObject | Describes a given access object (such as form, report, table etc.) |
Allxxxx | All objects of a given type (xxxx), for example a forms, wheather open or close, compare with Forms. |
Application | |
CurrentProject | contains interesting properties such as allForms, allMacros, allModules and allReports (and moreā¦) |
DoCmd | Run various MS Access actions. |
Form | |
Forms | All open forms, compare with AllObjects. |
MacroError |