Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.09 KB

Access.Attachment.Application.md

File metadata and controls

39 lines (23 loc) · 1.09 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Attachment.Application property (Access)
vbaac10.chm13903
vbaac10.chm13903
Access.Attachment.Application
db88250d-da59-300c-6f0c-3768c1bb8a7f
02/07/2019
medium

Attachment.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 Attachment object.

Remarks

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

Each 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]