Loosing CR/LF when importing data into Excel

A

Alan

I have a memo field which has several lines in it, example
1. test 1
2. test 2
3. test 3
However when import the data into excel using the Database query tool I get
this
1. test1 2. test 2 3.test 3

Is there a way I can keep the format that it has in Access when importing it
into Excel?

Thanks.
 
V

vseale

The only way I've found that works is to create a temporary table with the
data and export the temporary table.
 
Top