I have a table that has the following content in it.
Field1.
.1/1/1/1
.1/1/2/1
.1/1/3/1
.1/1/4/1
and so on...
I want to split the records across 4 new fields so it becomes.
Field 2, Field 3, Field 4, Field 5
.1, 1, 1, 1
.1, 1, 2, 1
.1, 1, 3, 1
.1, 1, 4, 1
I import this field from a .csv file...