David Higgs
Programmer
Hi,
I have Character Field in my dbf that contains mainly numbers but also has a few entries which contain letters. I would like to sort the field so that in appears in numerical order, so far all I've achieved is:
1
100
1000
2
250
2500
3
330
3300
i.e it is sorting left to right. I would like the above to appear as:
1
2
3
100
250
330
1000
2500
3300
How can I achieve this? Any help would be most appreciated.
Regards,
David
I have Character Field in my dbf that contains mainly numbers but also has a few entries which contain letters. I would like to sort the field so that in appears in numerical order, so far all I've achieved is:
1
100
1000
2
250
2500
3
330
3300
i.e it is sorting left to right. I would like the above to appear as:
1
2
3
100
250
330
1000
2500
3300
How can I achieve this? Any help would be most appreciated.
Regards,
David