I really thought this would be pretty simple . . .
I have a query with a date entry and a time entry. I want to sort first by date and then by time in descending order:
8/1/2011 14:23
8/1/2011 13:17
8/1/2011 11:05
7/7/2011 16:18
It’s not doing that. It sorts by date in descending order just fine, but the time results are really unpredictable. Here is something like the results I get:
8/1/2011 13:17
8/1/2011 14:23
8/1/2011 11:05
7/7/2011 16:18
I have both fields set as “descending” in the sort setting. How difficult can this be? I even tried this in the report using group/sort and get the same kind of (unpredictable) time results.
28643-8-7-2011-5-51-57-PM