Hi to all,
In an access table a field has a Data Type as: Short text
This fields show values as : MMM YYYY (Apr 2025, Feb 2024, Mar 2025)
A query is built based on that table.
Is there a way to sort these values in the query descending so that Apr 2025 is before Mar 2025 ?
Can this be done without changing the Data Type to Date in the original table?
For example:
Apr 2025
FEB 2024
JAN 2025
Mar 2025
Needs to be shown as:
Apr 2025
Mar 2025
JAN 2025
FEB 2024
Sincerely
Khalil