You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels