I would like to sort info in a report by the last three characters in a field. For example, say that I pull the following data (just a lot more of it):
ABC123
XYZ123
ASDF333
ZZGG333
JJJAA444
The last three characters indicate location, so I would like to sort/group this data by the last three characters. Since the data length isnt't constant I can't use mid in the formula.
ABC123
XYZ123
ASDF333
ZZGG333
JJJAA444
The last three characters indicate location, so I would like to sort/group this data by the last three characters. Since the data length isnt't constant I can't use mid in the formula.