Hi..
I need to query a TEXT field in an ODBC table (Oracle) that contained numbers.
1) How can I sort those numbers in numeric order? Currently, number 1 ~ 11 is sorted in this order.. 1, 10, 11, 2, 3... 9.
2) If #1 is not possible, I would like to export the query result to a table. How do I then change the data type from TEXT to NUMBER using VB codes? Currently, I am changing this manually which is not user-friendly.
Cheers!
Clarence
I need to query a TEXT field in an ODBC table (Oracle) that contained numbers.
1) How can I sort those numbers in numeric order? Currently, number 1 ~ 11 is sorted in this order.. 1, 10, 11, 2, 3... 9.
2) If #1 is not possible, I would like to export the query result to a table. How do I then change the data type from TEXT to NUMBER using VB codes? Currently, I am changing this manually which is not user-friendly.
Cheers!
Clarence
Comment