FieldMultiValue Property
Description
The MultiValue object of the specified field.
Property type
Read-write property
Syntax
Visual Basic
Public Property FieldMultiValue( _
   ByVal FieldName As String _
) As MultiValue
Parameters
FieldName
The name of the field in the database.
Remarks
The validity of the input is checked against the list of possible values when this property is set.
See Also