With the standard Listbox or the Combox controls, it is possible to manually select an item from within list using the ListIndex function.

List1.ListIndex = 1 (or whatever other number).

However, the DataList and the DBList controls seem to lack this function. Is there another way to do it? TIA.