I have a query in which the columns are text (Jan-Dec - so 01,02,03...,12).
I could rename the columns, but I have a lot built off of this query. I know exactly what the problem is when my other queries won't run (and go back and put the leading zero in the column and save it - then the other query will run) but I was hoping maybe someone would know how to retain the leading zero? I tried quotes, but all that does is put quotes in the column.
Thanks for any help!