- Local time
- Today, 14:28
- Joined
- Oct 29, 2018
- Messages
- 22,770
Hi. Pardon me for jumping in, but if you're only trying to sort the data, then you don't really need to flip the text around. You could just try something like:Ps. Haven't spent much time perfecting as it is only required to make all fields consistent and for sorting purposes.
SQL:
...ORDER BY Mid([FieldName], InStrRev([FieldName], " ") +1)