Function to find if a letter is in a word
Hi,
I'm trying to find a function that will return a boolean value showing whether a specific letter appears in a word.
I have a list of thousands of words, and I've created a parameter query asking what letter is being searched for. I want to return all words in the list that contain that letter, but can't see how. I've been looking at InStr, but that's not it.
TIA for any help,
J.
|