Connection.Name property (DAO)
Applies to: Access 2013, Office 2013
Rreturns the name of a Connection.
Syntax
expression .Name
expression A variable that represents a Connection object.
Remarks
You can use an object's Name property with the Visual Basic for Applications Dim statement in code to create other instances of the object.