michaelacheson
Programmer
Hello,
I have records like the ones below stored in FieldA:
UK 9 591663 998 7
UK 9 4221 1677 6
I want to select the bold section between the space after 9 and the next space. Eg. from these 2 examples I want to select 591663 and 4221 and put them in FieldB. The records will always start with UK 9 but the next section could vary from 1 number to a maximum of 6. After the bold section that I want selected, there will always be a space followed by a random amount of numbers.
Many Thanks,
Michael
I have records like the ones below stored in FieldA:
UK 9 591663 998 7
UK 9 4221 1677 6
I want to select the bold section between the space after 9 and the next space. Eg. from these 2 examples I want to select 591663 and 4221 and put them in FieldB. The records will always start with UK 9 but the next section could vary from 1 number to a maximum of 6. After the bold section that I want selected, there will always be a space followed by a random amount of numbers.
Many Thanks,
Michael