TempVars.Add method (Access)

Adds a variable to the TempVars collection.

Syntax

expression.Add (Name, Value)

expression A variable that represents a TempVar object.

Parameters

Name Required/Optional Data type Description
Name Required String The name to use for the TempVar.
Value Required Variant The value to store as a TempVar. This value must be a string expression or a numeric expression. Setting this argument to an object data type will result in a run-time error.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.