AccessObject Members (Access)
An AccessObject object refers to a particular Microsoft Access object.
Methods
Name |
Description |
---|---|
Returns a DependencyInfo object that represents the database objects that are dependent upon the specified object. |
|
Returns a Boolean value that indicates whether the specified object is dependent upon the database object specified in the ObjectName argument. |
Properties
Name |
Description |
---|---|
Returns the current view for the specified Microsoft Access object. Read-only AcCurrentView. |
|
Returns a Date indicating the date and time when the design of the specified object was last modified. Read-only. |
|
Returns a Date indicating the date and time when the design of the specified object was last modified. Read-only. |
|
Sets or returns the full path (including file name) of a specific object. Read/write String. |
|
You can use the IsLoaded property to determine if an AccessObject is currently loaded. Read-only Boolean. |
|
Gets whether the specified object is a Web object. Read-only Boolean. |
|
You can use the Name property to determine the string expression that identifies the name of an object. Read-only String. |
|
Returns the parent object for the specified object. Read-only. |
|
Returns a reference to a AccessObject object's AccessObjectProperties collection. Read-only. |
|
Returns the value of an AccessObject object type. Read-only AcObjectType. |