Hi All,
My brain has gone into recess.(I am using version 8.5.)
Problem :
I want to display records where the Notes field <> "*release*" ( ie. Only records where the Notes field doesn't have the word 'release' anywhere in the sentence should be displayed.)
I tried using this formula but got an error message.
NOT ({TableName.Notes}) LIKE "*release*"
How do I get the opposite of NOT LIKE ? or is there a better approach at this?
A typical entry on the Notes field would be "Please release product for shipping".
The word "release" can be in any position in the sentence depending on how the user composed the sentence. My search on this field showed that some users entered their orders in all upper cases, such that I could be searching for 'release', 'Release', or 'RELEASE'.
Thanks for your assistance.
My brain has gone into recess.(I am using version 8.5.)
Problem :
I want to display records where the Notes field <> "*release*" ( ie. Only records where the Notes field doesn't have the word 'release' anywhere in the sentence should be displayed.)
I tried using this formula but got an error message.
NOT ({TableName.Notes}) LIKE "*release*"
How do I get the opposite of NOT LIKE ? or is there a better approach at this?
A typical entry on the Notes field would be "Please release product for shipping".
The word "release" can be in any position in the sentence depending on how the user composed the sentence. My search on this field showed that some users entered their orders in all upper cases, such that I could be searching for 'release', 'Release', or 'RELEASE'.
Thanks for your assistance.