R
RickM
I have a query of customer records grouped by customer code, week,
sum[sales], using where customer code does not equal "ABC" or "DEF" or
"GHI".
And it pulls all the records. Bummer. I changed where customer code does
not equal "ABC" and it works fine.
Is there any way to use a statement like NOT "ABC" OR "DEF" OR "GHI" for
multiple items not wanted or how does one do this? I've tested setting up a
table listing the codes I don't want but haven't gotten that to work either.
Any help for a feeble mind would be most appreciated. Thanks
sum[sales], using where customer code does not equal "ABC" or "DEF" or
"GHI".
And it pulls all the records. Bummer. I changed where customer code does
not equal "ABC" and it works fine.
Is there any way to use a statement like NOT "ABC" OR "DEF" OR "GHI" for
multiple items not wanted or how does one do this? I've tested setting up a
table listing the codes I don't want but haven't gotten that to work either.
Any help for a feeble mind would be most appreciated. Thanks