Query Question!

B

Bob

If I have a Query that shows all my records but I only want the Query to
show the record that has no data/Blank in [OwnerID]
Thanks for any help......Bob
 
D

Daniel

Open the query in design mode
in the [OwnerID] field enter ISNULL as it's criteria.
Close and Save
 
Top