Hi all, I have a problem with SQL. I using VB with access. the table name T1 and field N as text.
I do the query "select * from T1 order by N"
But my data in the field such as 61UD
72BC
A200
so when i apply this query then i get data : in order of above but I want to sort data by charcter suc as: A200,72BC,61UD.
If any body have any idea please? Thx a lot
I do the query "select * from T1 order by N"
But my data in the field such as 61UD
72BC
A200
so when i apply this query then i get data : in order of above but I want to sort data by charcter suc as: A200,72BC,61UD.
If any body have any idea please? Thx a lot
Comment