Searching within one string for another string

  • Thread starter Thread starter Brad Pears
  • Start date Start date
B

Brad Pears

Is there a string function that lets you specify a search string to look for
within another string and then returns the position of the start of that
string or simply returns a true/false depending on whether or not the string
I am looking for is actually in the string?

I thought I had used a function named "IsIn()" at some point in the past
although it does not seem exist in Access/VB. You simply passed it the
string you want to search and then the string you want to search for...

i.e.

this would return true... ? IsIn("Brad", "ra")
this would return false... ? IsIn("Brad", "zz")

Any help would be appreciated!!

Thanks,

brad
 

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

Back
Top