CorbinMyMan
Technical User
I have a column in access that contains values that are seperated by a semi-colon ( and I want to split these values. For instance:
The column contains the following value:
"String1;String2;String3"
I want to split it at the semi-colon and place each value in its own row:
"String1"
"String2"
"String3"
Any help or advice would be greatly appreciated!
Thank you!
The column contains the following value:
"String1;String2;String3"
I want to split it at the semi-colon and place each value in its own row:
"String1"
"String2"
"String3"
Any help or advice would be greatly appreciated!
Thank you!