Hi everyone,
I'm a relative newbie to access so hopefully this will be easy for everyone.
I'm trying to limit the field in a query so that it does not include lines where their value is equal to 3, 5, 16,or 17.
I type
<>3
5
(separate lines)
and I've tried
<>3 Or 5
Both ways, the only variable that is taken away from the field is the 3. If I make the 5 right after the <>, then it is only the 5 that get taken away. What am I doing wrong and how can I fix this? Thanks!
I'm a relative newbie to access so hopefully this will be easy for everyone.
I'm trying to limit the field in a query so that it does not include lines where their value is equal to 3, 5, 16,or 17.
I type
<>3
5
(separate lines)
and I've tried
<>3 Or 5
Both ways, the only variable that is taken away from the field is the 3. If I make the 5 right after the <>, then it is only the 5 that get taken away. What am I doing wrong and how can I fix this? Thanks!
Comment