I have a field in an Access 2000 query that are email addresses. I am trying to define another field in the query to return the text after the '@'. Here is what I wrote...
Email Provider: Right([EMAIL_ADDR],Len(([EMAIL_ADDR])-FIND("@",[EMAIL_ADDR])))
The problem is that Access does not recongnize the FIND function.
Any suggestions?
Thank you!
Email Provider: Right([EMAIL_ADDR],Len(([EMAIL_ADDR])-FIND("@",[EMAIL_ADDR])))
The problem is that Access does not recongnize the FIND function.
Any suggestions?
Thank you!