TempVars Members (Access)

Represents the collection of TempVar objects.

Methods

Name

Description

Add

Adds a variable to the TempVars collection.

Remove

Removes the specified TempVar object from the TempVars collection.

RemoveAll

Removes all of the TempVar objects from the TempVars collection.

Properties

Name

Description

Application

You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object.

Count

Gets the number of TempVar objects in the TempVars collection. Read-only Long.

Item

The Item property returns a specific member of a collection either by position or by index. Read-only TempVar.

Parent

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