Write an expression to omit blank rows in an Access 2000 query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to write either an expression or criteria to omit rows if it
either doesn't contain data or along a few characters.
 
Jense097 said:
I am trying to write either an expression or criteria to omit rows if it
either doesn't contain data or along a few characters.

Something like this:

SELECT ...
FROM ...
WHERE some_column IS NOT NULL
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top