D
Douglas J. Steele
You can't.
I assuming you're trying to use "Is Not Null" instead of a specific value in
your query. That means your query has got the = operator (or Like) between
the table field and the value. Trying to have Field1 = Is Not Null or Field1
Like Is Not Null is invalid syntax.
I assuming you're trying to use "Is Not Null" instead of a specific value in
your query. That means your query has got the = operator (or Like) between
the table field and the value. Trying to have Field1 = Is Not Null or Field1
Like Is Not Null is invalid syntax.