is not null ??

L

Luke

Hi I'm trying to create a simple query.

I want to get all records that are not blank in "Purchases" , where
Purchases is a text field.

I tried putting Purchases in the query design view, I put purchases in
the row that says Field: and in the line that says citeria , I put !
notnull.

I get nothing. What am i doing wrong?

Thanks
 
D

Dirk Goldgar

Luke said:
Hi I'm trying to create a simple query.

I want to get all records that are not blank in "Purchases" , where
Purchases is a text field.

I tried putting Purchases in the query design view, I put purchases in
the row that says Field: and in the line that says citeria , I put !
notnull.

I get nothing. What am i doing wrong?


In the criteria line, put:

Is Not Null

In fact, you can write "Not Null" in that line, and it will change it to "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

Similar Threads


Top