L
linuxnooby
Hi
when I import xml data into Access 2002 , text imported into a memo
field loses the line breaks. For example I create in notepad the xml
file
<?xml version="1.0" encoding="iso-8859-1"?>
<table>
<record>
<column>
paragraph one
paragraph two
</column>
</record>
</table>
but what appears in Access is
paragraph one paragraph two
I want to preserve the line breaks, any suggestion welcome.
cheers David
when I import xml data into Access 2002 , text imported into a memo
field loses the line breaks. For example I create in notepad the xml
file
<?xml version="1.0" encoding="iso-8859-1"?>
<table>
<record>
<column>
paragraph one
paragraph two
</column>
</record>
</table>
but what appears in Access is
paragraph one paragraph two
I want to preserve the line breaks, any suggestion welcome.
cheers David