Hi,
I have this Date field in the following format:
Expr1: Format([DateCreated],'mmmm", "yyyy')
When I try to sort it, say, descending, I get the following:
September, 2002
October, 2002
So, as I understand it sorts it as a string, rather then as a date
What should I do to get:
October, 2002
September, 2002
Etc.
Thanks.
I have this Date field in the following format:
Expr1: Format([DateCreated],'mmmm", "yyyy')
When I try to sort it, say, descending, I get the following:
September, 2002
October, 2002
So, as I understand it sorts it as a string, rather then as a date
What should I do to get:
October, 2002
September, 2002
Etc.
Thanks.