G
Guest
I want to specify in my query criteria to leave out any record with an "I" or
a "B" in it. I got it to select every record with an I by using
Like "*I*"
However- how can i get it to exclude these records as opposed to including
these-
I tried
<>Like "*I*"
but this didnt work either. Any suggestions?
a "B" in it. I got it to select every record with an I by using
Like "*I*"
However- how can i get it to exclude these records as opposed to including
these-
I tried
<>Like "*I*"
but this didnt work either. Any suggestions?