I wish to sort the data in my Report based on a field called Survey Numbers. The survey numbers are alphanumeric:
A1, A2, B1, B2, C1, C2...... etc
The letters go from A-M, and within each letter there could be from 1 up to 140.
When I do a regular sort it does not order the numbers correctly. For example it sorts A11 before A2. I understand this is because it's a text field and doesn't recognize the numbers. I also understand that I need to add an expression to my underlying query,
but so far in my searches I have not found an expression that doesn't return syntax errors.
I have been searching for a clearly explained answer for hours (I am not an advanced user and do not know how to write code). Please can someone explain how to do this in a way that is simple and understable? And provide me with the exact expression I
need using my field 'Survey Numbers'. thanks!