Field.Name property (DAO)

Applies to: Access 2013, Office 2013

Returns or sets the name of the specified object. Read/write String if the object has not been appended to a collection. Read-only String if the object has been appended to a collection.

Syntax

expression .Name

expression A variable that represents a Field object.

Remarks

The maximum length for the name of a Field object is 64 characters.