CodeProject.Application property (Access)

Use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object.

Syntax

expression.Application

expression A variable that represents a CodeProject object.

Remarks

The Application property is set by Microsoft Access and is read-only in all views.

Each Microsoft Access object has an Application property that returns the current Application object. Use this property to access any of the object's properties. For example, you could refer to the menu bar for the Application object from the current form by using the following syntax.

Me.Application.MenuBar 

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.