Hello.
My second posting of the day is in regards to exlcuding certain entries by means of a query. After searching this forum, I came across the <> operator.
This allowed me to run a query that would exlude all entries containing a inputted word. The only problem is that it will only return entries that dont have the word character by character.
What I mean is that I want it to search a field for let's say "hello" and exclude that entry whether the corresponding cell has "hello" or "xhellox" or "hello goodbye".
Now I know how do this to include it.
You use the Like "*" & [Form]![Formname]![InputText] & "*" statement.
I just can't find a (easy) way to incorporate that methodology with the exclusion one.
I obtain syntax errors when trying to combine <> and Like "*".
Any help would be grand, thanks.
Mike
My second posting of the day is in regards to exlcuding certain entries by means of a query. After searching this forum, I came across the <> operator.
This allowed me to run a query that would exlude all entries containing a inputted word. The only problem is that it will only return entries that dont have the word character by character.
What I mean is that I want it to search a field for let's say "hello" and exclude that entry whether the corresponding cell has "hello" or "xhellox" or "hello goodbye".
Now I know how do this to include it.
You use the Like "*" & [Form]![Formname]![InputText] & "*" statement.
I just can't find a (easy) way to incorporate that methodology with the exclusion one.
I obtain syntax errors when trying to combine <> and Like "*".
Any help would be grand, thanks.
Mike