0 out of 2 rated this helpful - Rate this topic

TempVars.Add Method (Access)

Adds a variable to the TempVars collection.

Version Added: Access 2007

expression .Add(Name, Value)

expression A variable that represents a TempVars 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.