Hi,
I have a query with a number of fields but would like to filter on the following two fields:
Location1 and Location2
The records in both of these fields will only have the following data:
London, New York, Tokyo, Hong Kong and can also be Null.
I would like to be able to show in the query only the records that have London in either of the two fields.
I have tried it as a Select Query but because the same record can have two different locations placing London in both will only return records with London in both fields.
How can this be written in an IF Statement.
Thanks for your help
Nike
I have a query with a number of fields but would like to filter on the following two fields:
Location1 and Location2
The records in both of these fields will only have the following data:
London, New York, Tokyo, Hong Kong and can also be Null.
I would like to be able to show in the query only the records that have London in either of the two fields.
I have tried it as a Select Query but because the same record can have two different locations placing London in both will only return records with London in both fields.
How can this be written in an IF Statement.
Thanks for your help
Nike