Hey all,
I have a query that i need to sort- BUT it needs to be sorted on a field ReferenceNo . The ReferenceNo is a text field- it contains letters and numbers.
If I click to sort this Ascending, i get the following sorted output:
1a
10
2a
2b
20a
23a
3
What I need is obviously:
1a
2a
2b
3
20a
23a
So how do I achieve this? Is it possible?
I have a query that i need to sort- BUT it needs to be sorted on a field ReferenceNo . The ReferenceNo is a text field- it contains letters and numbers.
If I click to sort this Ascending, i get the following sorted output:
1a
10
2a
2b
20a
23a
3
What I need is obviously:
1a
2a
2b
3
20a
23a
So how do I achieve this? Is it possible?