Hello.
I am building a query in Access. One of the fields included in the query (Device_Name) has values such as:
EE10000-1
PRS10004-2
MTR10018
DS20000-462
My goal is to split the string to the left of the first number so that I can have a column in the query that only houses the alphabetic prefix:
EE
PRS
MTR
DS
As you can see, the number of alpha characters in the beginning of the string is not constant, and that is where I'm stuck.
Any help is greatly appreciated!
I am building a query in Access. One of the fields included in the query (Device_Name) has values such as:
EE10000-1
PRS10004-2
MTR10018
DS20000-462
My goal is to split the string to the left of the first number so that I can have a column in the query that only houses the alphabetic prefix:
EE
PRS
MTR
DS
As you can see, the number of alpha characters in the beginning of the string is not constant, and that is where I'm stuck.
Any help is greatly appreciated!