Hi,
Does anyone know how to identify a word in a string?
I have a field called "ImportCSV" which has upto 1000 characters.
i want to apply an if statement to the code of an event button on my form.
For example...
if "ImportCSV" contains the word "Goldmine" then
do this
else do this
I've tried lots of different things such as "like" and wildcards* but no luck.
Does anyone know how to do this?
The word could appear anywhere in the string.
Thank you for your time
Dean
Does anyone know how to identify a word in a string?
I have a field called "ImportCSV" which has upto 1000 characters.
i want to apply an if statement to the code of an event button on my form.
For example...
if "ImportCSV" contains the word "Goldmine" then
do this
else do this
I've tried lots of different things such as "like" and wildcards* but no luck.
Does anyone know how to do this?
The word could appear anywhere in the string.
Thank you for your time
Dean