How can I find and replace carriage returns in Access? An update query doesn't seem to work because I want to keep the rest of the information in the cell. I figured out how to select the records with carriage returns:
SELECT Table.Description
FROM Table
WHERE instr(Table.Description...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.