Is there a function, or a combination of functions, in MS Access 2007 that will allow me to extract part of a string?
I have a database text field "Email" that contains a person's name and email address enclosed in brackets. Not all field values have a name, but each has an email address contained by brackets. Here are 3 example field values:
John Smith <johnsmith@emai l.com>
<marysmith@emai l.com>
Willard Smith <willardjsmith@ email.com>
What I want is to extract is the email address from between the brackets. The email address is always in the brackets as shown above.
Any advice or suggestions you can offer would be greatly appreciated.
I have a database text field "Email" that contains a person's name and email address enclosed in brackets. Not all field values have a name, but each has an email address contained by brackets. Here are 3 example field values:
John Smith <johnsmith@emai l.com>
<marysmith@emai l.com>
Willard Smith <willardjsmith@ email.com>
What I want is to extract is the email address from between the brackets. The email address is always in the brackets as shown above.
Any advice or suggestions you can offer would be greatly appreciated.
Comment