Hi:
I have a field that has values such as : 12, 12A, 123B.... That field is an alphanumeric, and is also part of the key. I have one report that need to be sorted numerically by the data in this field. The only way I can think to do this is to create 2 new fields to hold the number and the letter separately (there will not always, or even often, be a letter). Then I will sort the table by the number field then the letter field to get the desired result.
So my question is...how to write code to take that alphanumeric entry, and split it into the number and the letter to store them in the new fields?
Tia.
Holly
I have a field that has values such as : 12, 12A, 123B.... That field is an alphanumeric, and is also part of the key. I have one report that need to be sorted numerically by the data in this field. The only way I can think to do this is to create 2 new fields to hold the number and the letter separately (there will not always, or even often, be a letter). Then I will sort the table by the number field then the letter field to get the desired result.
So my question is...how to write code to take that alphanumeric entry, and split it into the number and the letter to store them in the new fields?
Tia.
Holly