I've got a type TEXT field where users are putting in values such as:
Field 1: [VALUE1]
Field 2: [VALUE2]
Field 3: [VALUE3]
Is there any way in SQL to take that single TEXT field and create a field for FIELD 1 with the value, FIELD 2 with the value, and FIELD 3 with the value? The value would be enclosed in brackets. There is a potential that the value could cause a CR as well, which is why I put the values in brackets. I.E:
Field 1 Field 2 Field 3
-----------------------------
VALUE1 VALUE2 VALUE3
If necessary, the field names could also be enclosed in brackets, or parenthesis, or any other character. Any help would be great.
Field 1: [VALUE1]
Field 2: [VALUE2]
Field 3: [VALUE3]
Is there any way in SQL to take that single TEXT field and create a field for FIELD 1 with the value, FIELD 2 with the value, and FIELD 3 with the value? The value would be enclosed in brackets. There is a potential that the value could cause a CR as well, which is why I put the values in brackets. I.E:
Field 1 Field 2 Field 3
-----------------------------
VALUE1 VALUE2 VALUE3
If necessary, the field names could also be enclosed in brackets, or parenthesis, or any other character. Any help would be great.