In a query I use an expression to format a data to mmm and yy. This is used in a report detail.
I want to sort on the date bit after format it is treated as text. So it starts with April, August etc.
How can I solve this?
apestaart
I want to sort on the date bit after format it is treated as text. So it starts with April, August etc.
Code:
Expr1=(Format([Date];"mmm"" """yy"))
How can I solve this?
apestaart