J
JKarchner
The query i created has 3 fields that have criteria on them. I want the
query to return all results that do not have all three of those fields as
null. However when i put "Is Not Null" on the same line in all three fields,
it only returns results that do not contain any nulls at all. I would assume
the where statement to be similar to this: WHERE (([field1] = "Is Not Null")
AND ([field2] = "Is Not Null") AND ([field3] = "Is Not Null"))
Thank you for any help you can provide
query to return all results that do not have all three of those fields as
null. However when i put "Is Not Null" on the same line in all three fields,
it only returns results that do not contain any nulls at all. I would assume
the where statement to be similar to this: WHERE (([field1] = "Is Not Null")
AND ([field2] = "Is Not Null") AND ([field3] = "Is Not Null"))
Thank you for any help you can provide