N
neeraj
I have a calculated field in a query say Qry1 based on a linked table say Tbl1:
Month: Format([submit_date],"mmmm") & " " & Format([submit_date],"yyyy")
whose output is like: September 2005. submit_date is a date/time type field
in Tbl1. I am writing another query say Qry2 based on Qry1 in which there are
2 grouping levels: another field say Fld2 and Month. In Qry2 results, results
are grouped properly but within each Fld2 group, Month appears alphabetically
and not chronologically. Earlier in Qry1, I had another formula for Month:
DatePart('m',[submit_date]) and Month was sorted numerically and of course
chronologically. How can I have my alphabetical format and sort
chronologically also in Qry2
Month: Format([submit_date],"mmmm") & " " & Format([submit_date],"yyyy")
whose output is like: September 2005. submit_date is a date/time type field
in Tbl1. I am writing another query say Qry2 based on Qry1 in which there are
2 grouping levels: another field say Fld2 and Month. In Qry2 results, results
are grouped properly but within each Fld2 group, Month appears alphabetically
and not chronologically. Earlier in Qry1, I had another formula for Month:
DatePart('m',[submit_date]) and Month was sorted numerically and of course
chronologically. How can I have my alphabetical format and sort
chronologically also in Qry2