H
hin
Hi
I have the a simple table:
Location
-----------------
ID Autonumber
LocNo Character
Desc Memo
with the value:
ID LocNo Desc
1 1 abc
2 2 xyz
3 10 mno
4 3 ...
.....
10 9 ...
When I order the table by LocNo, I get in the following order:
LocNo Desc
1 abc
10 mno
2 xyz
3 ..
...
9
How can I make it order by 1, 2, 3...9, 10?
Thanks!
H.
I have the a simple table:
Location
-----------------
ID Autonumber
LocNo Character
Desc Memo
with the value:
ID LocNo Desc
1 1 abc
2 2 xyz
3 10 mno
4 3 ...
.....
10 9 ...
When I order the table by LocNo, I get in the following order:
LocNo Desc
1 abc
10 mno
2 xyz
3 ..
...
9
How can I make it order by 1, 2, 3...9, 10?
Thanks!
H.