hi
i have field `Tdate` (text type) on my Table `MyTbl`
i need query that sort by date, i try this:
select * from MyTbl order by Tdate
**but because Tdate is Text i get wrong results**
how to fix it ? is there any convert to date in access ?
thanks in advance
i have field `Tdate` (text type) on my Table `MyTbl`
i need query that sort by date, i try this:
select * from MyTbl order by Tdate
**but because Tdate is Text i get wrong results**
how to fix it ? is there any convert to date in access ?
thanks in advance