G
Guest
I'm trying to exclude certain records i.e. containing either red, white or
blue in one field.
can someone explain
Not like "red" AND Not like "white" AND Not like "blue"
VS
Not like "red" Or Not like "white" Or Not like "blue"
I want to understand which I should be using and most importanly the logic
why.
blue in one field.
can someone explain
Not like "red" AND Not like "white" AND Not like "blue"
VS
Not like "red" Or Not like "white" Or Not like "blue"
I want to understand which I should be using and most importanly the logic
why.