Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.12 KB

Access.SmartTagAction.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
SmartTagAction.Application property (Access)
vbaac10.chm13290
vbaac10.chm13290
Access.SmartTagAction.Application
93750be6-c9d4-ade3-530c-4e89026ee996
03/26/2019
medium

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