G
Guest
Here's a challenge:
I want to create a query against an address file that will select address records by checking a CityStateZip field against field values in a ForeignCountry table. The ForeignCountry table only has one field: the foreign country name. Ideally I want the query to select the record if any part of the CityStateZip field (that is, any substring - there may be more than just a country name in it) matches a value in any record of the ForeignCountry table. Is this possible? If so, how do I do it?
Thanks
I want to create a query against an address file that will select address records by checking a CityStateZip field against field values in a ForeignCountry table. The ForeignCountry table only has one field: the foreign country name. Ideally I want the query to select the record if any part of the CityStateZip field (that is, any substring - there may be more than just a country name in it) matches a value in any record of the ForeignCountry table. Is this possible? If so, how do I do it?
Thanks