TempVars.Remove Method (Access)
Removes the specified TempVar object from the TempVars collection.
Version Information
추가된 버전: Access 2007
Syntax
식 .Remove(var)
식 A variable that represents a TempVars object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
var |
필수 |
Variant |
An expression that specifies the position of a member of the collection referred to by the expression argument. If a numeric expression, the argument must be a number from 0 to the value of the collection's Count property minus 1. If a string expression, the argument must be the name of a member of the collection. |