N
Nathon Jones
Hi,
I have a simple events table, and one field is "category". Some events
don't have a category, so the 50 character text field is left blank.
I run a query on the table, that is basically WHERE category IS NOT NULL,
but when I open my query, it is still displaying events that have no entry
(IS NULL!), in the event category field!
What am I missing here?
Here's the SQL view of it:
SELECT *
FROM tblEvents
WHERE (((tblEvents.eventcategory) Is Not Null))
ORDER BY tblEvents.eventcategory;
Seems a really straightforward query to me, but it's not happening.
Any advice would be greatly appreciated. Thanks.
Nath.
I have a simple events table, and one field is "category". Some events
don't have a category, so the 50 character text field is left blank.
I run a query on the table, that is basically WHERE category IS NOT NULL,
but when I open my query, it is still displaying events that have no entry
(IS NULL!), in the event category field!
What am I missing here?
Here's the SQL view of it:
SELECT *
FROM tblEvents
WHERE (((tblEvents.eventcategory) Is Not Null))
ORDER BY tblEvents.eventcategory;
Seems a really straightforward query to me, but it's not happening.
Any advice would be greatly appreciated. Thanks.
Nath.