Hi,
I have a field in a table that currently contains the multiple choice options for tests. Here's an example:
A. 4
B. 6
C. 8
D. 10
E. 12
What I want to do is to split this field up into 5 different fields. Currently, it looks like this:
ItemAnswers
A. 4
B. 6
C. 8
D. 10
E. 12
I want to it look like this:
ItemAnswerA ItemAnswerB ItemAnswerC ItemAnswerD ItemAnswer E
A. 4 B. 6 C. 8 D. 10 E. 12
In the original field, the different choice options are separated by a hard return, if that helps. How would I achieve this?
Thanks
I have a field in a table that currently contains the multiple choice options for tests. Here's an example:
A. 4
B. 6
C. 8
D. 10
E. 12
What I want to do is to split this field up into 5 different fields. Currently, it looks like this:
ItemAnswers
A. 4
B. 6
C. 8
D. 10
E. 12
I want to it look like this:
ItemAnswerA ItemAnswerB ItemAnswerC ItemAnswerD ItemAnswer E
A. 4 B. 6 C. 8 D. 10 E. 12
In the original field, the different choice options are separated by a hard return, if that helps. How would I achieve this?
Thanks