Thanks. So I tried the below and it almost worked:
Right([yourfieldname],Len([yourfieldname])-InStr([yourfieldname],",")) & " " & Left([yourfieldname],InStr([yourfieldname],",")-1)
It swaps them perfectly except it leaves a space at the start of the field. I'm not sure how to fix that with the...