R
Ron
I'm trying to convert text values into numbers.
When a new account comes in, it automatically is assigned
a number based on,
year&month&incremented-6-digit-number
To give resulting codes such as,
200310100006
200310100007
200310100008
Ordinarily I'd be satisfied to have this code remain a
text field since I'm not doing math on it, however, as a
text field it sorts differently. And I don't want to
have to bring in all the sub-fields which make up the
code to sort it numerically.
So how can I convert the text 200310100006 as a number?
Thanks in advance, Ron.
When a new account comes in, it automatically is assigned
a number based on,
year&month&incremented-6-digit-number
To give resulting codes such as,
200310100006
200310100007
200310100008
Ordinarily I'd be satisfied to have this code remain a
text field since I'm not doing math on it, however, as a
text field it sorts differently. And I don't want to
have to bring in all the sub-fields which make up the
code to sort it numerically.
So how can I convert the text 200310100006 as a number?
Thanks in advance, Ron.