Find e-mail in memo field

J

John Michl

I have a memo field that may contain one or two e-mail addresses. Any ideas
on how to find these addresses, extract them put them in another field?

Thanks.

- John
 
J

John Michl

Spoke too soon and got lucky using Google to find a similar situation that
worked like a charm.

Search Google Groups for

Email: fnGetEmailAddresses([YourMemoFieldNameWithPossiblyEmailAddresses]
&"")

and you'll find the answer.
- John
 
Top