Exporting data to Ms Word

S

Senad

Hi All,

I have a table with text fields and a memo filed.
As I mentioned earlier in my post I want to export this info to the MS Word.
The information should be grouped by one of the text fields.
I create report without a problem, and with method docmd.outputto I export
it to MsWord without a problem. But here is where the problem starts.
When I export the report to MsWord on the end of each line a paragraph mark
is added (carriage return), and the page breaks are inserted.
Well I know for fact that there is no paragraph marks in the memo fields,
simply because I populate e-mails from access and there is no paragraph
marks.
I am wondering is there a solution to this or the only solution is to create
array of data and try somehow to export it to the word and do the formatting
there.

Heeeeelp please,
Senad
 
Top