I'm having big problems exporting and converting data in Access. I have a large source of records that I want to manipulate and then export from Access into delimited text files. The problem is, I need to remove some spaces from a memo field. While the trim() function will remove a lot of spaces, it doesn't remove breaks/hard returns/whatever-you-call-it that breaks up the paragraphs.
Here's and example of what it looks like when I export it now:
I want it to look like this:
How do I get rid of the breaks? Thanks!!
Here's and example of what it looks like when I export it now:
SECTION: 37 BLOCK: 596 LOT: 5
ALL THAT CERTAIN PLOT,
I want it to look like this:
SECTION: 37 BLOCK: 596 LOT: 5 ALL THAT CERTAIN PLOT,
How do I get rid of the breaks? Thanks!!