I have a listbox that filters according to my search. I also have a combo box that chooses how to order the items in the listbox. It works well if I make the selection first then enter my search criteria prior to filter. But right now I am using an "if" statement and if i want to change the sort by criteria from my combo box then the filtered items must be updated and resorted. Suggestions on how I can do this?? thanks!