Sherman123
Technical User
I have a main form with a ListBox being used to find records that match the selected value. This works fine when I click in the List Box, but when I use code to select an item in the Listbox it does not do anything.
I am using:
to select the 1st item in the List Box.
Using the above code selects the correct item in the ListBox but does not show the correct data on the form.
Any help appreciated. Thanks
I am using:
Code:
Form_FlightsTest.Lst1.SetFocus
Form_FlightsTest.Lst1.Selected(0) = True
Using the above code selects the correct item in the ListBox but does not show the correct data on the form.
Any help appreciated. Thanks