This is what I want to do... I am quering a database and getting back a recordset of approx 1600 records. I want the user to be able to sort by date or author (asc, desc) when the page is first loaded. I don't want the user to have to re query the database over and over. They should be able to just sort the recordset. I am almost positive this can be done, but am unsure exactly how to do it. We are using VBScript.