Find value of First Selected Item in List in Access
- Get index of first item selected
- Get value of the item with that index.
firstSite = Me.lstSite.Column(0, Me.lstSite.ItemsSelected.Item(0))
>>
Leonard Chan's Homepage
>>
Scribble Web
>> Find value of First Selected Item in List in Access