AccessObject Members (Access)

An AccessObject object refers to a particular Microsoft Access object.

Methods

Name

Description

GetDependencyInfo

Returns a DependencyInfo object that represents the database objects that are dependent upon the specified object.

IsDependentUpon

Returns a Boolean value that indicates whether the specified object is dependent upon the database object specified in the ObjectName argument.

Properties

Name

Description

CurrentView

Returns the current view for the specified Microsoft Access object. Read-only AcCurrentView.

DateCreated

Returns a Date indicating the date and time when the design of the specified object was last modified. Read-only.

DateModified

Returns a Date indicating the date and time when the design of the specified object was last modified. Read-only.

FullName

Sets or returns the full path (including file name) of a specific object. Read/write String.

IsLoaded

You can use the IsLoaded property to determine if an AccessObject is currently loaded. Read-only Boolean.

IsWeb

Gets whether the specified object is a Web object. Read-only Boolean.

Name

You can use the Name property to determine the string expression that identifies the name of an object. Read-only String.

Parent

Returns the parent object for the specified object. Read-only.

Properties

Returns a reference to a AccessObject object's AccessObjectProperties collection. Read-only.

Type

Returns the value of an AccessObject object type. Read-only AcObjectType.