Hi,
I have a lookup table which stores key words that we need to be aware of if they are entered in to the database.
What I need to happen is if a word is typed in to a certain textbox or memo field that word is flagged if it appears in the lookup table, I thought about a dlookup statement in the onupdate event of the memo field but I can't figure out how to detect individual words within the string of text?
Any help would be greatly appreciated
thanks!
I have a lookup table which stores key words that we need to be aware of if they are entered in to the database.
What I need to happen is if a word is typed in to a certain textbox or memo field that word is flagged if it appears in the lookup table, I thought about a dlookup statement in the onupdate event of the memo field but I can't figure out how to detect individual words within the string of text?
Any help would be greatly appreciated
thanks!