J
joe_G
I was wondering if someone could help me with an access query. I'm
faily new to running this type of query so any advice would be
helpful.
Basically, I have a table with three fields, State, Product and
Product Code:
A sampe would like this
state product product code
NJ, Wine, AA,WW,SR,RW
Here is the problem, I have over 4500 records in this database and
product code WW is a problem. I need to filter the report so no
instance of product code WW appears anywhere. In other words, if
product code WW appears in the record, it needs to be filtered. I have
tried all kinds of NOT LIKE statements, but it is not catching all the
records: Product Code WW can appear anywhere in the product code
string
HERE IS A SAMPLE OF THE QUERY I AM USING, BUT IT IS NOT CATCHING ALL
THE RECORDS WITH PRODUCT CODE WW IN THE STRING:
Not Like "*, WW,*" And (Not Like "WW,*") And (Not Like "WW*")
faily new to running this type of query so any advice would be
helpful.
Basically, I have a table with three fields, State, Product and
Product Code:
A sampe would like this
state product product code
NJ, Wine, AA,WW,SR,RW
Here is the problem, I have over 4500 records in this database and
product code WW is a problem. I need to filter the report so no
instance of product code WW appears anywhere. In other words, if
product code WW appears in the record, it needs to be filtered. I have
tried all kinds of NOT LIKE statements, but it is not catching all the
records: Product Code WW can appear anywhere in the product code
string
HERE IS A SAMPLE OF THE QUERY I AM USING, BUT IT IS NOT CATCHING ALL
THE RECORDS WITH PRODUCT CODE WW IN THE STRING:
Not Like "*, WW,*" And (Not Like "WW,*") And (Not Like "WW*")