Description
Creates a view relationship. The caller must specify whether the parent is a view or entity. PARAMETERS: ParentEntVw as String, ChildView as String, IsParentView as Boolean.
Syntax
Public Function Add( _ ByVal ParentEntVw As Variant, _ ByVal ChildView As Variant, _ ByVal IsParentView As Variant _ ) As ViewRelationship
Parameters
- ParentEntVw
- ChildView
- IsParentView
See Also