TempVars Members (Access)
Represents the collection of TempVar objects.
Methods
Name |
Description |
---|---|
Adds a variable to the TempVars collection. |
|
Removes the specified TempVar object from the TempVars collection. |
|
Removes all of the TempVar objects from the TempVars collection. |
Properties
Name |
Description |
---|---|
You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object. |
|
Gets the number of TempVar objects in the TempVars collection. Read-only Long. |
|
The Item property returns a specific member of a collection either by position or by index. Read-only TempVar. |
|
Returns the parent object for the specified object. Read-only Object. |