DennisTheMenace
IS-IT--Management
My Sql Statment "Select * from Models Order by KeyNumber" shows:
KEY Item No. Description
=== ======== =================
1 123778 Product One
10 198812 Product Ten
2 234452 Product Two
21 123409 Product Twenty One
22 234569 Product Twenty Two
22A 123425A Product Twenty Two 'A'
22-B 123528 Product Twenty Two 'B'
3 078725 Product Three
Since the value in KeyNumber is NOT ALWAYS a number, the field is set to text - hence the results in my sort. Any suggestions in getting the double digits to sort properly - WITHOUT having to re-enter the Key Numbers as there are thousands on file??? (sorry if this has been addressed before, but the search feature here at Tek-Tips is not working at this time?!)
THANKS IN ADVANCE! =====================
Dennis B
Remember - YOU ARE UNIQUE!!!... Just like EVERYONE ELSE! ;o)
KEY Item No. Description
=== ======== =================
1 123778 Product One
10 198812 Product Ten
2 234452 Product Two
21 123409 Product Twenty One
22 234569 Product Twenty Two
22A 123425A Product Twenty Two 'A'
22-B 123528 Product Twenty Two 'B'
3 078725 Product Three
Since the value in KeyNumber is NOT ALWAYS a number, the field is set to text - hence the results in my sort. Any suggestions in getting the double digits to sort properly - WITHOUT having to re-enter the Key Numbers as there are thousands on file??? (sorry if this has been addressed before, but the search feature here at Tek-Tips is not working at this time?!)
THANKS IN ADVANCE! =====================
Dennis B
Remember - YOU ARE UNIQUE!!!... Just like EVERYONE ELSE! ;o)