Recordset.Name property (DAO)

Applies to: Access 2013, Office 2013

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

Syntax

expression .Name

expression A variable that represents a Recordset object.

Remarks

The Name property of a Recordset object opened by using an SQL statement is the first 256 characters of the SQL statement.