Okay, I have a few listboxes on a page that have several columns. Is there a way to requery these and just say order by somehow instead of having to rerun the whole query with a different order by?
Okay, I was just wondering if I could do something like ListBox.Requery ORDER BY or something similar. At the moment I'm just setting the row source again except applying a Ascending or Descending sort.