Application.CurrentProject Property (Access)

You can use the CurrentProject property to access the CurrentProject object and its related collections, properties, and methods. Read-only CurrentProject object.

Syntax

expression .CurrentProject

expression A variable that represents an Application object.

Remarks

Use the CurrentProject property to refer to one of the following current database collections together with one of its properties or methods.

AllForms

AllMacros

AllModules

AccessObjectProperties

AllReports

See Also

Concepts

Application Object

Application Object Members