have you tried using an ORDER BY clause in the query? Good Luck
-------------- As a circle of light increases so does the circumference of darkness around it. - Albert Einstein
You can also sort the recordset after you have it:
rsRecordset.Sort = "FieldName"
As far as it being in varchar, you may have to convert that field to a date in your SQL statement. That way you will be returning a date and then the sort will be ok. I'm pretty sure you can convert to date in your "order by" clause as well.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.