on my table I have a date column that is formatted as short date. In my query table I have it formatted to month via
Format$([outage loger].Date,'mmmm yyyy').
When it displays however it sorts the date alphabetically instead of chronologically. How can I fix this. I tried using the...