Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.12 KB

Access.SharedResources.Application.md

File metadata and controls

39 lines (23 loc) · 1.12 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
SharedResources.Application property (Access)
vbaac10.chm14649
vbaac10.chm14649
Access.SharedResources.Application
43dbfccf-531d-9efb-7024-3910f142c5e0
03/26/2019
medium

SharedResources.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 SharedResources 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]