Finding a Character in a string

M

Mitch

In excel I use the following funtion to located the "@"
character in an email address:
=FIND("@",A2,1) , where cell A2 contains the email address

The find function is not available in Access, is there
something else I can use?
 
R

Rick Brandt

Mitch said:
In excel I use the following funtion to located the "@"
character in an email address:
=FIND("@",A2,1) , where cell A2 contains the email address

The find function is not available in Access, is there
something else I can use?

Check Help file for InStr() function.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top