Parameter Members (DAO)

Office 2013 and later

Last modified: March 09, 2015

Applies to: Access 2013 | Office 2013

A Parameter object represents a value supplied to a query. The parameter is associated with a QueryDef object created from a parameter query.

Name

Description

Direction

Note Note

ODBCDirect workspaces are not supported in Microsoft Access 2013. Use ADO if you want to access external data sources without using the Microsoft Access database engine.

Sets or returns a value that indicates whether a Parameter object represents an input parameter, an output parameter, both, or the return value from the procedure (ODBCDirect workspaces only).

Name

Returns the name of the specified object. Read-only String.

Properties

Returns the Properties collection of the specified object. Read-only.

Type

Sets or returns a value that indicates the operational type or data type of an object. Read/write Integer.

Value

Sets or returns the value of an object. Read/write Variant.

Show: