Parameters Method

Provides access to the Parameters collection.

Applies to objects: QueryDef

Syntax

[[Set] RetVal = ] object.Parameters()

The Parameters method syntax has these parts:

Part Description
object Required. A reference to an instance of the object.
RetVal Optional. A Parameters type variable.

Example

.......

 

See Also

Parameters Object, QueryDef Object.