Description
Returns an object representing a collection of parent view relationships for the view.
Syntax
Public Function ParentViewRelationships() As ViewRelationships
Example
Dim MyView As View Dim MyParentViewRelationship As ViewRelationship For Each MyParentViewRelationship In MyView.ParentViewRelationships 'Operations on parent view relationships go here ... Next MyParentViewRelationship
See Also