Access 2007 formatting lost when exporting to Word

E

EK921

I have an Access 2007 database that I converted from 2003. I created a memo
field that is rich text specifically for including italics in the middle of
some data. I also adjusted the report so that the field was rich text. When
I print it as a pdf it looks great, but when I export to Word it loses the
italics. How can I make it keep the italics? Right now to export to word I
am using VBA:

DoCmd.OpenReport "rptDoctorates", acViewPreview
DoCmd.OutputTo acOutputReport, "rptDoctorates", "RichTextFormat(*.rtf)", ,
True
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top