In the attached DB, I some SQL code in a query which is selecting the TOP 3 of the field, TimesheetDate. As I understand it, this should select the top 3 rows right? But the query results do not show 06/17/2014, 06/18/2014 and 07/08/2014 in that order like the table does.
Why isn't the query results showing the top 3 rows?