Search notes:

Access Object Model: Application.CurrentDb

application.currentDb() returns the database object that represents the currently opened database in Access.
The database pointed at with currentDb() can also be found via dbEngine.
The CurrentDb method establishes a hidden reference to the Microsoft Office Access Connectivity Engine object library in an MS-Access database (See also Microsoft OLE DB Provider for Microsoft Access database engine)

See also

The application object.

Index