TempVars Object Members

Access Developer Reference

Represents the collection of TempVar objects.

Methods

  Name Description
Bb243659.methods(en-us,office.12).gif Add Adds a variable to the TempVars collection.
Bb243659.methods(en-us,office.12).gif Remove Removes the specified TempVar object from the TempVars collection.
Bb243659.methods(en-us,office.12).gif RemoveAll Removes all of the TempVar objects from the TempVars collection.

Properties

  Name Description
Bb243659.properties(en-us,office.12).gif Application You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object.
Bb243659.properties(en-us,office.12).gif Count Gets the number of TempVar objects in the TempVars collection. Read-only Long.
Bb243659.properties(en-us,office.12).gif Item The Item property returns a specific member of a collection either by position or by index. Read-only TempVar.
Bb243659.properties(en-us,office.12).gif Parent Returns the parent object for the specified object. Read-only Object.