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

Compare with Current View Page History

Version 1 Current »

Description

This determines if the relationship is mandatory (true) or not (false). DATATYPE: Boolean.

Property type

Read-only property

Syntax

Visual Basic

Public Property Mandatory() As Variant

Example

Dim MyRelationship As Relationship
Dim bMandatory As String
 
MyRelationship.Mandatory = bMandatory

See Also

Relationship Object

  • No labels