HI,
I am trying to find the easiest way to clean out all chr(10) and chr(13) from a table with alot of fields. The replace function works, but I can only update one field at a time with that (at least the way I'm doing it). I also tried the switch function, but something must be wrong with my choice of terms there, because I keep getting a "data mismatch" error.
I know I can open a table and do a search and replace all fields manually, but I need to have this process entirely automated, and nothing I am doing in code or in macros seems to be working. Can anyone help me?
Thanks
I am trying to find the easiest way to clean out all chr(10) and chr(13) from a table with alot of fields. The replace function works, but I can only update one field at a time with that (at least the way I'm doing it). I also tried the switch function, but something must be wrong with my choice of terms there, because I keep getting a "data mismatch" error.
I know I can open a table and do a search and replace all fields manually, but I need to have this process entirely automated, and nothing I am doing in code or in macros seems to be working. Can anyone help me?
Thanks