Simple really, I want to remove the characters from a string. E.g. 10001blah354 to 10001
I have seen a few posts regarding this subject but they will not suit my problem. As they remove all chars and leave all numbers. The above example would therefore give:-
10001blah354 to 10001354 not what I need.
The number and string I want to remove could be of any length so using left(10001blah354,5) will also not work.
So I need to remove all everything from the string after the first set of numbers have ended.
Any ideas?
Cheers
Spangeman
I have seen a few posts regarding this subject but they will not suit my problem. As they remove all chars and leave all numbers. The above example would therefore give:-
10001blah354 to 10001354 not what I need.
The number and string I want to remove could be of any length so using left(10001blah354,5) will also not work.
So I need to remove all everything from the string after the first set of numbers have ended.
Any ideas?
Cheers
Spangeman