M
mscertified
I have a listbox with several columns. Each column has a label heading. I'd
like to be able to sort the listbox by clicking on a heading. I have coded
this and it works. The problem is it is VERY slow because I rebuild the
rowsource string and then do a requery and the query is very complex and
slow. Is there any way to sort just the listbox contents without doing a
requery???
like to be able to sort the listbox by clicking on a heading. I have coded
this and it works. The problem is it is VERY slow because I rebuild the
rowsource string and then do a requery and the query is very complex and
slow. Is there any way to sort just the listbox contents without doing a
requery???