R
Rachel
Has anyone written a function that will determine whether
a specific word is contained within a text string.
Thanks
a specific word is contained within a text string.
Thanks
Rachel said:Has anyone written a function that will determine whether
a specific word is contained within a text string.
Brian Camire said:Neither Like nor InStr "understand" word boundaries. For example,
both of the above queries will return a record if "Your Field"
contains the value "Worrisome textual comparison".