I need a little syntax help. I have an Access database and I want to query it the following way.
select col1,col2 from tblname where col2 not null
Is there a query like that? Can I do that?