Parameter members (DAO)
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.
Properties
Name |
Description |
---|---|
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). |
|
Returns the name of the specified object. Read-only String. |
|
Returns the Properties collection of the specified object. Read-only. |
|
Sets or returns a value that indicates the operational type or data type of an object. Read/write Integer. |
|
Sets or returns the value of an object. Read/write Variant. |