J
James Ivey
In a query, is there a way to say
"If this field is empty, then don't list it"
James
"If this field is empty, then don't list it"
James
Wait, I don't think I asked that question very well. What I meant to say
is:
In a query, is there a way to say
"If this field is empty, then don't list the record"
James
Wait, I don't think I asked that question very well. What I meant to say
is:
In a query, is there a way to say
"If this field is empty, then don't list the record"
James
SELECT ...
FROM...
WHERE MyTable.[Some Field] IS NOT NULL;
Thank you [email protected]
But I should have mentioned that I am a very green Newbie at Access, and am
not a programmer.
Could you tell me a little more about how to do that?
Thank you.
James
SELECT ...
FROM...
WHERE MyTable.[Some Field] IS NOT NULL;
Could you tell me a little more about how to do that?