G
Graham Clements
I have a field which consists of both text and number,
that is a place name and their contact number, ie London
020 456 3423. What I would like to achieve is to append
the place name to a place name field and the contact
number to a contact number field. To add to this the
data in this field is quite messy, for example:
TTTTTT NNN NNN NNNNN (Text & Number)
TTTTT TTTTTTNNNNNNNNNNN (Text & Number)
TTTT.NNN NNNNNNNN (Text & Number with full stop)
TTTTTTT TTT (Just Text)
NNNNNN (Just Number)
The only patterns I have noticed are as follows:
If there is text and number the text will always come
first.
If there is text and number there is always 11 digits
(although there can be spaces between).
If there is just number then there is always 6 digits.
So that is the problem, I understand this is very
complicated and has proved difficult for me to explain so
if any further information is requested let me know.
Thankyou for any help in advance.
Graham
that is a place name and their contact number, ie London
020 456 3423. What I would like to achieve is to append
the place name to a place name field and the contact
number to a contact number field. To add to this the
data in this field is quite messy, for example:
TTTTTT NNN NNN NNNNN (Text & Number)
TTTTT TTTTTTNNNNNNNNNNN (Text & Number)
TTTT.NNN NNNNNNNN (Text & Number with full stop)
TTTTTTT TTT (Just Text)
NNNNNN (Just Number)
The only patterns I have noticed are as follows:
If there is text and number the text will always come
first.
If there is text and number there is always 11 digits
(although there can be spaces between).
If there is just number then there is always 6 digits.
So that is the problem, I understand this is very
complicated and has proved difficult for me to explain so
if any further information is requested let me know.
Thankyou for any help in advance.
Graham