A
angie
i have a table with many fields and i import the data from an external
source. the problem is that the data consist of both latin and greek
characters. i want to create an update query that will do the following:
in four fields of my table i want to replace greek character "A" for example
with latin character "Q". the character could be anywhere within the fields
that contain both text and numbers.
i have tried to place in the update to row of the query the following :
Replace("myfieldname]";"Α";"Q")
but it does not work. i have also tried:
Replace([tbBulk.AttrValue], "A", "Q")
but it still does not work.
can you help me solve this problem?
moreover i want to create at about 15 queries in order to replace all the
greek characters. could i do that with a single query?
source. the problem is that the data consist of both latin and greek
characters. i want to create an update query that will do the following:
in four fields of my table i want to replace greek character "A" for example
with latin character "Q". the character could be anywhere within the fields
that contain both text and numbers.
i have tried to place in the update to row of the query the following :
Replace("myfieldname]";"Α";"Q")
but it does not work. i have also tried:
Replace([tbBulk.AttrValue], "A", "Q")
but it still does not work.
can you help me solve this problem?
moreover i want to create at about 15 queries in order to replace all the
greek characters. could i do that with a single query?