Type property (ADO)
Applies to: Access 2013, Office 2013
Indicates the operational type or data type of a Parameter, Field, or Property object.
Settings and return values
Sets or returns a DataTypeEnum value.
Remarks
For Parameter objects, the Type property is read/write. For new Field objects that have been appended to the Fields collection of a Record, Type is read/write only after the Value property for the Field has been specified and the data provider has successfully added the new Field by calling the Update method of the Fields collection.
For all other objects, the Type property is read-only.