G
Guest
Hello all,
I am pulling a query via an ODBC/easysoft/borland DB into access.
The field that I am pulling is in text format like this: 1546-000 or this
1546-002 the key thing that I want to trim is just the number 1546 part the
-000 I need to lose in the queries results. As the key portion that I need to
extract is really everything before the -
So basically I am converting the records in a text field into a general
number.
When i use the query like so: =ltrim([membernumber],4) command I still get
numbers above my queries specified paramaters and they simply do not sort
correctly. I will need to do this for about 12,000 records within the borland
db. Any ideas how I can make this happen and keep my sorting status.
Any ideas, comments or concepts would be greatly appreciated..
I am pulling a query via an ODBC/easysoft/borland DB into access.
The field that I am pulling is in text format like this: 1546-000 or this
1546-002 the key thing that I want to trim is just the number 1546 part the
-000 I need to lose in the queries results. As the key portion that I need to
extract is really everything before the -
So basically I am converting the records in a text field into a general
number.
When i use the query like so: =ltrim([membernumber],4) command I still get
numbers above my queries specified paramaters and they simply do not sort
correctly. I will need to do this for about 12,000 records within the borland
db. Any ideas how I can make this happen and keep my sorting status.
Any ideas, comments or concepts would be greatly appreciated..