I'm sorry, I skipped right over that. If you want to put all the NULL values on top, you can execute a query that will do that for you (you were right, ASC):Originally Posted by sal21
This is assuming there ARE NULL values in your returned data.SELECT Column FROM Table ORDER BY Column ASC;
I think you can use that with your recordset rather than looping through the recordset.