I have made a database that users can enter information into a memo field. I then want to export that data into another application via CSV file. I want to search a field for that carriage return (I know that Access puts the ascii 13 character into the field) and replace it with "\n". Any ideas?