mauddib6 Posted July 10, 2003 Posted July 10, 2003 I read an earlier post on a similar issue and tried to implement it for an email field. It returns the email address, except that instead of a period, it puts a comma. Anny idea why or an alternate solution? RightWords(Left(From, Position(From, "@", 1, 1)), 1) &"@" & LeftWords(Right(From, Length(From)- Position(From, "@", 1, 1)), 1)
-Queue- Posted July 10, 2003 Posted July 10, 2003 I'm receiving a period when I test it. What does your From field look like?
mauddib6 Posted July 10, 2003 Author Posted July 10, 2003 "Bob Smiley" <[email protected]> I tried it in its own file and it worked fine. Don't know what the problem was. Thanks so much for your speedy reply.
Recommended Posts
This topic is 7877 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now