Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access criteria

Status
Not open for further replies.

sunnywink

Technical User
Oct 6, 2002
49
FR
Hi all,

I have an Access query. I would to show all records except records where the Field, Partner, contains the word "cancel".

The criteria which I entered in the criteria field is: Not Like "*cancel*". However when I used this criteria to query, those records with the Partner field empty also did not show up.

Does anyone have idea how can I filter out all records, both empty and with values, except those records with the word "cancel" in the Field Partner?

Thanks in advance.
 
Hi sunnywink

try adding OR Is Null to your criteria

(i.e. Not Like '*cancel*' or Is Null )

Hope this helps

Cheers
Nikki
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top