I have a filed containing first, middle, and last name Ex:Emily Smith Brannen.
I want each name in a different field. In other word: the siring before the first space in one filed, the string between first and second space in another field, and the string before the last space in a third field.

The script works If I do the calculation on one record but not on the whole filed.
Any help would be appreciated.