How do I export a access table with a large Memo field to a CSV file?
Do I replace all qoutes with double quotes? WHat about comma's?
What is the syntax to replace a newline. How are newlines stored in Access with a chr(13) or something else?
What do i replace the chr(13) with?
Replace([field1],chr(13),"""")
I have been trying to find an answer for this all week.
Do I replace all qoutes with double quotes? WHat about comma's?
What is the syntax to replace a newline. How are newlines stored in Access with a chr(13) or something else?
What do i replace the chr(13) with?
Replace([field1],chr(13),"""")
I have been trying to find an answer for this all week.