Hi
I'm trying to do a request that bring me all record that is not like specific values.
I don't want that the items that looks like "Hardware", "Installation", "Programming" be in my request.
Something like
Select * from TblItem where Item is not like "Installation" and not like "Hardware"...etc...
Could you help me with the Syntax please.
Thanks in advance
I'm trying to do a request that bring me all record that is not like specific values.
I don't want that the items that looks like "Hardware", "Installation", "Programming" be in my request.
Something like
Select * from TblItem where Item is not like "Installation" and not like "Hardware"...etc...
Could you help me with the Syntax please.
Thanks in advance