Visual Basic: DataCombo/DataList Controls

SelectedItem Property

See Also   Example   Applies To

Returns a value containing a bookmark for the selected record in a DataCombo or DataList control.

Syntax

object.SelectedItem

The object placeholder represents an object expression that evaluates to an object in the Applies To list.

Remarks

When you select an item in the list portion of the control, the SelectedItem property contains a bookmark that you can use to reposition to the selected record in the Recordset of the Data control specified by the RowSource property.

Data Type

Variant