I have been using "ORDER BY" to sort a field which has dates in the format yyyy-mm-dd for years now and just today it sorts it like this (with "ORDER BY DESC):<div><br></div><div>2006-02-15</div><div>2005-03-15</div>
<div>2013-01-24</div><div>2012-05-17</div><div>2012-05-10</div><div><br></div><div>What is going on?</div><div><br></div><div>I tested other sorts including recID and they work. Also that weird sort is not dependent on recID</div>
<div><br></div><div>The above should have sorted:</div><div><br></div><div>2013-01-24</div><div>2012-05-17</div><div>2012-05-10</div><div>2006-02-15</div><div>2005-03-15</div>