QueryDefs Method

Provides access to the QueryDefs collection of the Connection and Database objects.

Applies to objects: Connection, Database.

Syntax

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

The QueryDefs method syntax has these parts:

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

Example

.......

 

See Also

Connection Object, Database Object, QueryDefs Object.