Listbox selections 'float' to top. How?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there an easy way to have the selected items in my listboxes (which are
all multi-select) always appear at the top and when the selection goes away
to have it revert to the normal sort order.

Thanks.
 
Is there an easy way to have the selected items in my listboxes (which are
all multi-select) always appear at the top and when the selection goes away
to have it revert to the normal sort order.

Thanks.

I would imagine that you could add an code to the afterupdated or lost
focus events where a boolean field that is included in the list box
but not visible in the list box gets updated to true/false and sort
the list box by this field.

Good luck

Nick
 
Back
Top