I have a column of fields that I need to reverse the order by every 2 digits.
Current: 021598 Need: 981502 So last 2 digits, next 2, then first 2
Also if the current number only has 5 digits, it needs to do the following,
Current: 21598 Need: 98152 So last 2 digits, next 2, then...