G
Guest
Hello -
I have extracted a number from a string and would like to sort on this value
as if it were a number.
In my query I have created a field as follows:
Sort: Format(Trim((Mid([range],2,2))),"#")
This all works except I can not get it to sort in numerical order.
I am getting
9
4
2
17
16
10
1
Thanks!
Sandy
I have extracted a number from a string and would like to sort on this value
as if it were a number.
In my query I have created a field as follows:
Sort: Format(Trim((Mid([range],2,2))),"#")
This all works except I can not get it to sort in numerical order.
I am getting
9
4
2
17
16
10
1
Thanks!
Sandy