CurrentProject.AccessConnection Property
Office 2007
| Access Developer Reference |
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.