CurrentProject.AccessConnection Property

Access Developer Reference

You can use the AccessConnection property to return a reference to the current Microsoft ActiveX Data Objects (ADO) Connection object and its related properties. Read-only Connection.

Syntax

expression.AccessConnection

expression   A variable that represents a CurrentProject object.

Remarks

You should use the AccessConnection property if you intend to create ADO recordsets that will be bound to Access forms. The form will not be updateable unless it is created by using the OLE DB Provider for Microsoft Access, even if the recordset is updateable in ADO.