RoguePoet01
Programmer
Hi,
I have a table with Silo numbers listed in them, but they're listed as alpha, not numeric.
So when I do a sort, I get:
1
10
11
2
3
4
...
Instead of:
1
2
3
4
...
10
11
Is there any way around this?
Thanks.
I have a table with Silo numbers listed in them, but they're listed as alpha, not numeric.
So when I do a sort, I get:
1
10
11
2
3
4
...
Instead of:
1
2
3
4
...
10
11
Is there any way around this?
Thanks.