M
Medioman
Hi everybody,
I've a problem with the so-called join properties.
Within the design field, I have defined a relationship between a query and
a table:
Query: all_city_names Table: selected_city_names
Fieldname: Cityname <--> Fieldname: Cityname
So I want to filter out the city names from the query "all_city_names" on
the basis of city names which are definied in the table (i.e.
selected_city_names). In principle Access can easily execute this command.
However, some problems arise with records which contains some spelling
mistakes / differences.
First example:
The query contains a record with the city name "Vancouve", while the
definied table only contains the city name "Vancouver".
Result: "Vancouve" isn't filtered out, because of the missing "r"-term.
Second example:
The query contains a record with the city name "NewYork", while the definied
table only contains the city name "New York".
Result: "NewYork" isn't filtered out, because of the missing "space".
Therefore my question is: how to configure a flexibele join-property
relationship which is able to deal with small spelling mistakes /
differences?
Or in other words: is it possible to filter out the asked city records on
the basis of high similarity of characters?
Many thanks!
Medioman
I've a problem with the so-called join properties.
Within the design field, I have defined a relationship between a query and
a table:
Query: all_city_names Table: selected_city_names
Fieldname: Cityname <--> Fieldname: Cityname
So I want to filter out the city names from the query "all_city_names" on
the basis of city names which are definied in the table (i.e.
selected_city_names). In principle Access can easily execute this command.
However, some problems arise with records which contains some spelling
mistakes / differences.
First example:
The query contains a record with the city name "Vancouve", while the
definied table only contains the city name "Vancouver".
Result: "Vancouve" isn't filtered out, because of the missing "r"-term.
Second example:
The query contains a record with the city name "NewYork", while the definied
table only contains the city name "New York".
Result: "NewYork" isn't filtered out, because of the missing "space".
Therefore my question is: how to configure a flexibele join-property
relationship which is able to deal with small spelling mistakes /
differences?
Or in other words: is it possible to filter out the asked city records on
the basis of high similarity of characters?
Many thanks!
Medioman