다음을 통해 공유


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.

참고 항목

개념

TempVars Object Members

TempVars Collection