TempVars.Add Method (Access)
Adds a variable to the TempVars collection.
Version Information
추가된 버전: Access 2007
Syntax
식 .Add(Name, Value)
식 A variable that represents a TempVars object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Name |
필수 |
String |
The name to use for the TempVar. |
Value |
필수 |
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. |