Hello All,
I have a single column field that contains both a name and an e-mail address:
Alice In Chains aichains@aol.com
Howdie Doodie hd@msn.com
I need a query that removes the e-mail address and leaves the name:
Alice In Chains
Howdie Doodie
Since the e-mail address is consistent - in that it has no spaces - I thought that would be the way to go using Mid(). But, I can’t get it right.
I would be grateful for any/all help or suggestions.
Thanks!!!
- Tom
I have a single column field that contains both a name and an e-mail address:
Alice In Chains aichains@aol.com
Howdie Doodie hd@msn.com
I need a query that removes the e-mail address and leaves the name:
Alice In Chains
Howdie Doodie
Since the e-mail address is consistent - in that it has no spaces - I thought that would be the way to go using Mid(). But, I can’t get it right.
I would be grateful for any/all help or suggestions.
Thanks!!!
- Tom