I have a query that is counting records and organizing them by month (Jan, Feb, Mar, etc...). The problem is, the query organizes the month alphabetically instead of by the month they represent. Is there an easy way to do this?? Even if I use the numbers it goes 1, 10, 11, 12, 2, etc... Thanks!