W
wadev1
I am trying to figure out how to replace a text string within another set of
text. The string could appear multiple times in the field (ex. 123 FM1960
South). I would like to remove all spaces in the example. I have created a
update query that will replace the values by using Instr, Mid, etc. However,
I would have to be able to run the update query multiple times to achieve
the desired affect. My question would be, does any one know how to run a
Update Query multiple times, (a loop)? If so, do you an example of some code
I could view? Or, some code that would achieve the same end result.
text. The string could appear multiple times in the field (ex. 123 FM1960
South). I would like to remove all spaces in the example. I have created a
update query that will replace the values by using Instr, Mid, etc. However,
I would have to be able to run the update query multiple times to achieve
the desired affect. My question would be, does any one know how to run a
Update Query multiple times, (a loop)? If so, do you an example of some code
I could view? Or, some code that would achieve the same end result.