Description
Returns the database item's parent object.
            
Property type
Read-only property
            
Syntax
| Visual Basic | 
|---|
Public Property Parent As Object  | 
Example
The following example demonstrates how to return the Parent property of the Application object.
Private Sub ParentPropExample()
Dim myParent As Object
Set myParent = Application.Parent
MsgBox ("Application is: " & myParent.Name)
End Sub
                        
  en
 italiano
 čeština
 Deutsch
 français
 hrvatski
 magyar
 polski
 српски
 русский
 中文
 中文
 한국어
 español