G
Guest
I have some Access queries where I append data based on various flags that
have been created. Based on the flags, I append the data in a table if there
is no "X" in the flag column. However, I have noticed that when I specify
"Is Null" in the criteria, I get different results than using <> "X" or not
"X".
I'm unsure of which one to use as sometimes "Is Null" gives me the results I
want while <> "X" does as well. In general, it seems "Is Null" works better,
but it doesn't seem to always give me the data that does not have an X flag
in the flag column.
Is there a difference between these two operators? Any suggestions on which
one is better to use? All the flag columns are text fields with a field size
of 1.
Thanks in advance,
Matt
have been created. Based on the flags, I append the data in a table if there
is no "X" in the flag column. However, I have noticed that when I specify
"Is Null" in the criteria, I get different results than using <> "X" or not
"X".
I'm unsure of which one to use as sometimes "Is Null" gives me the results I
want while <> "X" does as well. In general, it seems "Is Null" works better,
but it doesn't seem to always give me the data that does not have an X flag
in the flag column.
Is there a difference between these two operators? Any suggestions on which
one is better to use? All the flag columns are text fields with a field size
of 1.
Thanks in advance,
Matt