G'day ... new thread indicates new question 
I have just finished reading about carriage returns ... and how to remove them (2 and a bit pages) ... but what if I 'needed' carriage returns ... to export as a text file? (keep, add, etc are all too small for the search engine ... boolean would be great... however...) I need to keep certain aspects on a form in separate lines for export as text ...
I understand the ascii code for carriage returns and new line feed is chr(10) & chr(13)
I sort of understand that somehow this gets interpreted into VbCrLf (no idea how or why btw ... I would love to understand)
However, from my form I can export text without carriage returns and
new lines ... that's the easy bit!
My question is, how do I get them in there? Where do I put the code and why?
Thank you
Regards
Oz
I have just finished reading about carriage returns ... and how to remove them (2 and a bit pages) ... but what if I 'needed' carriage returns ... to export as a text file? (keep, add, etc are all too small for the search engine ... boolean would be great... however...) I need to keep certain aspects on a form in separate lines for export as text ...
I understand the ascii code for carriage returns and new line feed is chr(10) & chr(13)
I sort of understand that somehow this gets interpreted into VbCrLf (no idea how or why btw ... I would love to understand)
However, from my form I can export text without carriage returns and
new lines ... that's the easy bit!
My question is, how do I get them in there? Where do I put the code and why?
Thank you
Regards
Oz