I am trying to use the following in a query:
StringSearch: IIf(InStr(1,[DESCRIPTION],"Payroll"),1)
I obviously don't know how to use the InStr function.
I can find a "P" and I can find complete words, such as "POS" -- if the word is at the beginning of the string....but I can't find whole words.
Thanks.
swtrader
-- If you don't know where you're going, you'll always know when you're not there.
StringSearch: IIf(InStr(1,[DESCRIPTION],"Payroll"),1)
I obviously don't know how to use the InStr function.
I can find a "P" and I can find complete words, such as "POS" -- if the word is at the beginning of the string....but I can't find whole words.
Thanks.
swtrader
-- If you don't know where you're going, you'll always know when you're not there.