perrydaniel
Technical User
I have a table where one of the fields is a reference number, the reference number starts with a letter followed by a number.Example A'1, A'2, A'3...A'11, B'1, B'2 etc. At present when sorting by this field I get the following list.
A'1
A'11
A'2
A'3
B'1
B'2
How would i go about making the list sort by letter first, then the number. As follows.
A'1
A'2
A'3
A'11
B'1
B'2
Would appreciate any feedback. Thanks Perry
A'1
A'11
A'2
A'3
B'1
B'2
How would i go about making the list sort by letter first, then the number. As follows.
A'1
A'2
A'3
A'11
B'1
B'2
Would appreciate any feedback. Thanks Perry