Open report directly to Word from form

D

Daniel

Hi

Is it possible to open a report directly into Word without
having to go into preview mode?


Thank you
 
G

Gary Miller

Daniel,

If you are trying to export a Report into a Word friendly
format you can do that with an RTF format, but you will lose
any lines and boxes, etc..., by using the SendObject command
in VBA and you will not see a preview of it. Check it out in
Help and get back if you need details on it.

Gary Miller
 
J

John Nurick

Hi Daniel,

Just select the report in the Database Window and then use Tools|Office
Links|Publish it with Word.

Or in VBA use DoCmd.OutputTo .
 
Top