Is it possible to order a list box in access by tems that are selected (i.e. selected(i)=true) to be at the top?
The row source of my list box is a table.
But then I am looping through the items in the list box and selecting a few.
I then want the ones that I selected to be at the top.