Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 1.1 KB

Access.AllReports.Application.md

File metadata and controls

40 lines (23 loc) · 1.1 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AllReports.Application property (Access)
vbaac10.chm12678
vbaac10.chm12678
Access.AllReports.Application
a69f922d-c0d7-d1e3-cd39-665eecb7c803
02/01/2019
medium

AllReports.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 an AllReports 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 

[!includeSupport and feedback]