I’m going crazy here is my access SQL but I keep getting the awesome compiler error that won’t tell me anything….ughh
UPDATE Inspector_OutputSynchronization
SET [Inspector_OutputSynchronization].[Updates] =
Replace([Inspector_OutputSynchronization].[Updates], CHR(13), "-");
I need to replace the Carecter returns so it doesn’t impact text exports
CRLF is 2 characters …
Chr(13) & Chr(10).