WebServices.Application Property (Access)

You can use the Application property to access the active Microsoft Access Application object and its related properties. Read-only Application object.

Version Information

Version Added: Access 2010

Syntax

expression .Application

expression A variable that represents a WebServices 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. You can 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 

See Also

Concepts

WebServices Collection

WebServices Object Members