If Statement - I think

matthewR
5StarLounger
Posts: 627
Joined: 03 Feb 2010, 15:02

If Statement - I think

Post by matthewR »

I have a query with a column "Product Category". The criteria for that field is "Two or More Products". I want that option for everything but there is one exception. I have another column that is "Health Drug Members". I want "Two or More products" unless "Health Drug Members" is not null then I want to get what is ever in that "Product Category" column. How would I do this?

User avatar
HansV
Administrator
Posts: 78577
Joined: 16 Jan 2010, 00:14
Status: Microsoft MVP
Location: Wageningen, The Netherlands

Re: If Statement - I think

Post by HansV »

Like this:
S263.jpg
You do not have the required permissions to view the files attached to this post.
Best wishes,
Hans

matthewR
5StarLounger
Posts: 627
Joined: 03 Feb 2010, 15:02

Re: If Statement - I think

Post by matthewR »

I was thinking it was harder than that. Thank you. I hope this is all they need to change.