Good questions though. What are the answers? For instance, if the listbox is sourced by a query you can use the same query.
When you say it doesn't work, what does it do? Does nothing at all happen? Does anything happen? Is there an error? Note that normally for changing a listbox selection you do something with the selected index value. Listboxes are a little weird because they have different kinds (multi select, single select, extended). You have to google a little and try different ways until you get the right syntax for accessing and working with listbox items.When I click on any value in the list box the cursor remains on that value. I want it to go to the first value (or the top value). For that I used Me.List_22215.Requery but it doesn't work.
When you say it doesn't work, what does it do? Does nothing at all happen? Does anything happen? Is there an error? Note that normally for changing a listbox selection you do something with the selected index value. Listboxes are a little weird because they have different kinds (multi select, single select, extended). You have to google a little and try different ways until you get the right syntax for accessing and working with listbox items.