I have the following information in my database.
Disc Name Date1 Description
Name1 yyyy text
Name1 text
Name1 mm/dd/yyyy text
Name1 mm/yyyy text
Name2 mm/dd/yyyy text
Name2 text
etc
The date1 field is a text format and not a date format due to the different date1.
I need to sort by disc name then by the date1 field - in chronological order.
If it can't be done, please let me know.
Thank you in advance.
Disc Name Date1 Description
Name1 yyyy text
Name1 text
Name1 mm/dd/yyyy text
Name1 mm/yyyy text
Name2 mm/dd/yyyy text
Name2 text
etc
The date1 field is a text format and not a date format due to the different date1.
I need to sort by disc name then by the date1 field - in chronological order.
If it can't be done, please let me know.
Thank you in advance.