I’m trying to separate a field [Responder] into 2 fields. Brand and name.
The format of the emails is:
anyaddress@anydomain(pontiac_john_doe).com
anyaddress@anydomain(chevy_john_smith).com
I got the brand to work by using:
Mid([responder],InStr([Responder],”(“)+1,(InStr([responder],”_”)-1)-(InStr([Responder],”(“)))
I don’t see how to use instr to find the second “_” in the string to separate the name.
Can someone point me in the right direction.
Thanks,
Scott
-
Parse Email String (Access 2K/XP)
- This topic has 4 replies, 2 voices, and was last updated 20 years, 8 months ago.
AuthorViewing 1 reply threadAuthorViewing 1 reply thread