jpkeller55
Technical User
I have a field of data that is a combination of letter and number and I cannot figure out how to get it ordered correctly.
This is how it is sorting now:
KeyNum
A1
A2
A3
B1
B10
B11
B2
B3[/color red]
I would like to get it to sort like this:
KeyNum
A1
A2
A3
B1
B2
B3
B10
B11[/color blue]
I am guessing I need to split the field into letter and number and sort but don't know how to do that.
Thanks, Jim
This is how it is sorting now:
KeyNum
A1
A2
A3
B1
B10
B11
B2
B3[/color red]
I would like to get it to sort like this:
KeyNum
A1
A2
A3
B1
B2
B3
B10
B11[/color blue]
I am guessing I need to split the field into letter and number and sort but don't know how to do that.
Thanks, Jim