Aug 18, 2003 #1 hlkelly Technical User Jul 11, 2003 108 US I can't figure it out. I have a query which needs to return all items except 1,2,3...etc. I had Not Like "1", Or Not Like "2" but that's "too complicated to evaluated" Suggestions? Thanks. Heather
I can't figure it out. I have a query which needs to return all items except 1,2,3...etc. I had Not Like "1", Or Not Like "2" but that's "too complicated to evaluated" Suggestions? Thanks. Heather
Aug 18, 2003 2 #2 cghoga Programmer Jun 26, 2003 614 US Hi Heather. Use AND instead of OR Not Like 1 And Not Like 2 And Not Like 3 or... <>1 And <>2 And <>3 hope this helps you. Upvote 0 Downvote
Hi Heather. Use AND instead of OR Not Like 1 And Not Like 2 And Not Like 3 or... <>1 And <>2 And <>3 hope this helps you.
Aug 18, 2003 Thread starter #3 hlkelly Technical User Jul 11, 2003 108 US That worked...and so did choosing my items the other way...(selecting the items I want to see and not the others...DUH...Newbie here...) Thanks!!! Heather Upvote 0 Downvote
That worked...and so did choosing my items the other way...(selecting the items I want to see and not the others...DUH...Newbie here...) Thanks!!! Heather