A
AaronWestcott via AccessMonster.com
I hope someone can help. I have read through the posts on regular
expressions and am still at a loss.
I have a field in a table that contains text data that looks like:
HPWLY CXLUMA 81 295 10930149 RJ 66 CHTM
I am trying to extract "81 295 1093" and ultimately get "811093" (thei
first and last group concatenated.
The challenge is that all groups are variable length. The pattern is that I
want the first instance of 2 digits from the left and the first 4 digits
after the second group of numbers.
I want to take this information and put it in a new field.
I am using Access 2003.
I hope someone can poitn me in the right direction.
Thanks.
expressions and am still at a loss.
I have a field in a table that contains text data that looks like:
HPWLY CXLUMA 81 295 10930149 RJ 66 CHTM
I am trying to extract "81 295 1093" and ultimately get "811093" (thei
first and last group concatenated.
The challenge is that all groups are variable length. The pattern is that I
want the first instance of 2 digits from the left and the first 4 digits
after the second group of numbers.
I want to take this information and put it in a new field.
I am using Access 2003.
I hope someone can poitn me in the right direction.
Thanks.