Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.09 KB

Access.TempVars.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
TempVars.Application property (Access)
vbaac10.chm14065
vbaac10.chm14065
Access.TempVars.Application
250a64f6-d0a2-d816-1211-c56d90de0e70
03/26/2019
medium

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