karenmierkalns
Programmer
I am having a problem getting the exact syntax for using not null in the where clause.
For example,
select * from table where field is not null;
Is this correct, or is it simply 'not null'? I'm using Visual Basic to access my Access database.
I haven't been able to find the opposite of IS NULL.
Thanks, - Karen
For example,
select * from table where field is not null;
Is this correct, or is it simply 'not null'? I'm using Visual Basic to access my Access database.
I haven't been able to find the opposite of IS NULL.
Thanks, - Karen