Hi
I need to replace carriage returns in a field in access. Now I know that replace([fieldname],chr(13)," ") will do what I need but I want to be able to apply this to all records in this particular field in one hit, and not create another field to ahcieve it.
Does anyone know the syntax for the module to achieve this.
Thanks
Carl.
I need to replace carriage returns in a field in access. Now I know that replace([fieldname],chr(13)," ") will do what I need but I want to be able to apply this to all records in this particular field in one hit, and not create another field to ahcieve it.
Does anyone know the syntax for the module to achieve this.
Thanks
Carl.