RexesOperator
Registered User.
- Local time
- Today, 03:51
- Joined
- Jul 15, 2006
- Messages
- 604
I know the title is confusing - but it is only fitting since I am confused.
I have a query for mailing addresses. What I want is to have a null value if [COUNTRY] = "Canada". That is I only want to see the country if it is NOT Canada. This is not the same as <> "Canada" or Not Like "Canada".
As an example the output would be:
Toronto, Ontario
London, England
Sydney, New South Wales, Australia (my apologies to Ozzies for the original mispelling)
I suppose the simplest solution is not to have a value in [COUNTRY] for Canada at all, but I'd like to know how to do this in the query for other fields that I am using.
I have a query for mailing addresses. What I want is to have a null value if [COUNTRY] = "Canada". That is I only want to see the country if it is NOT Canada. This is not the same as <> "Canada" or Not Like "Canada".
As an example the output would be:
Toronto, Ontario
London, England
Sydney, New South Wales, Australia (my apologies to Ozzies for the original mispelling)
I suppose the simplest solution is not to have a value in [COUNTRY] for Canada at all, but I'd like to know how to do this in the query for other fields that I am using.
Last edited: