Never Hide
Registered User.
- Local time
- Today, 16:59
- Joined
- Dec 22, 2011
- Messages
- 96
Hello everyone,
I have a Table and in that table I have a field,named "Title_1", which contains names of different cities.I have duplicated that field and named it "Title_2". What I want to do is to raplace many of the names of the cities because from the source I got the data the names of the cities were written in an "older version" of the greek language and that creates confusion to the user when he wants to find a city.
Now I know that I can create an Update query and use the Replace function in the citeria to replace the name. The thing is that this way I'll have to create a different quey for every city name I want to replace. I know that I'll have make a new Replace for every city name but I'd like to know if it can be done in just 1 query so at least I'll save some time that way.
I know all the city names that I want to replace so I know what will be used for every replace.
Of course I'm open to any different ideas about how to do this task,if someone has any
I have a Table and in that table I have a field,named "Title_1", which contains names of different cities.I have duplicated that field and named it "Title_2". What I want to do is to raplace many of the names of the cities because from the source I got the data the names of the cities were written in an "older version" of the greek language and that creates confusion to the user when he wants to find a city.
Now I know that I can create an Update query and use the Replace function in the citeria to replace the name. The thing is that this way I'll have to create a different quey for every city name I want to replace. I know that I'll have make a new Replace for every city name but I'd like to know if it can be done in just 1 query so at least I'll save some time that way.
I know all the city names that I want to replace so I know what will be used for every replace.
Of course I'm open to any different ideas about how to do this task,if someone has any