In my table tblSoilAnalysisResults I have a date field DateOfAnalysis which is a straight forward date. I would like to create a query which returns the results as follows:
Oct-12
Mar-12
Nov-11
Apr-11
Sep-10
and so on.
The requirements are,that there is only one entry per month-year so Oct-12 might be a grouping of 01/10/12, 10/10/12 and 15/10/12 and that the order is most recent 1st and that the format is mmm-yy.
I have been able to get the grouping and format correct but not the order and in a separate attempt the order and format correct but not the grouping.
Does anyone have any suggestions on how I might achieve the required results, format and order?
Thank you in advance.
Oct-12
Mar-12
Nov-11
Apr-11
Sep-10
and so on.
The requirements are,that there is only one entry per month-year so Oct-12 might be a grouping of 01/10/12, 10/10/12 and 15/10/12 and that the order is most recent 1st and that the format is mmm-yy.
I have been able to get the grouping and format correct but not the order and in a separate attempt the order and format correct but not the grouping.
Does anyone have any suggestions on how I might achieve the required results, format and order?
Thank you in advance.