K
kenrav
I have a text field in one of my tables that includes alpha-numeric values
such as "A1", "A2", "A3", etc. Currently, when I sort them in a report, they
sort alpha-numerically (as they should.) However, this means that "A11"
comes before "A2". Is there anyway (programatically) I can get the output to
display "A1", "A2", A3", etc. I realize I can add another field to my table
(which would include a numerical representation of the value) and sort on
that field, but I want to see whether there's any way I can do this without
modifying my back-end tables. Thanks.
such as "A1", "A2", "A3", etc. Currently, when I sort them in a report, they
sort alpha-numerically (as they should.) However, this means that "A11"
comes before "A2". Is there anyway (programatically) I can get the output to
display "A1", "A2", A3", etc. I realize I can add another field to my table
(which would include a numerical representation of the value) and sort on
that field, but I want to see whether there's any way I can do this without
modifying my back-end tables. Thanks.