Hi
I have been trying to sovle this for a day now, and its frustated me.
I have data in a column (Name) and dependant on where the data is in the string and the number of characters, depends on what column it should sit in. I have pasted a table below showing the possible combinations and how it should split out. The fields have a set number of characters with exception of Set 4 which can be 1 -8 characters in lenth.
Set 1 & 2 are fine, using Mid/left etc that works fine. its getting Set 3 and Set4 to work for each scenario i cant get to work. I have tried various combinations of Mid/LEN/FIND etc with no joy.
Any help would be appreciated

Thanks
Lynsey
<TBODY>
</TBODY>
I have been trying to sovle this for a day now, and its frustated me.
I have data in a column (Name) and dependant on where the data is in the string and the number of characters, depends on what column it should sit in. I have pasted a table below showing the possible combinations and how it should split out. The fields have a set number of characters with exception of Set 4 which can be 1 -8 characters in lenth.
Set 1 & 2 are fine, using Mid/left etc that works fine. its getting Set 3 and Set4 to work for each scenario i cant get to work. I have tried various combinations of Mid/LEN/FIND etc with no joy.
Any help would be appreciated
Thanks
Lynsey
6 Char | 5 Char | 5 Char | max 8 Char | |
Name | Set 1 | Set 2 | Set 3 | Set 4 |
115113.52010.1ABCD | 115113 | 52010 | 1ABCD | |
115113.52010.1ABCD.5TEN56 | 115113 | 52010 | 1ABCD | 5TEN56 |
115113.52010.5TEN5678 | 115113 | 52010 | 5TEN5678 | |
115113.52010 | 115113 | 52010 |
<TBODY>
</TBODY>