Is Null / Not Null

mojo1979

New member
Local time
Today, 16:27
Joined
Nov 14, 2006
Messages
2
Hi,

I am trying to create a query whereby it will only show only those records when the x field is null. I also need a separate query to do the opposite, i.e. to show only those records which have x field not null.

How can I do this?

I know I need a statement on the x field but don't know what it is?

Thanks in advance!

Steven
 
Mojo,
Code:
SELECT()
FROM()
WHERE [field], [field] Is (Not) Null

This is very basic, I would advise you read the Access menu about functions in general....
 

Users who are viewing this thread

Back
Top Bottom