Hi,
I'm using
VB to call an access report to be preview in word.
I'm using:
objAccess.DoCmd.OpenReport ReportName:=strRptName, View:=acPreview, filtername:=strFilter, Wherecondition:=strWhere
objAccess.DoCmd.OutputTo acOutputReport, strRptName, acFormatRTF, _
gsDocDir & "\" & sCFileName & ".doc", True
My problem is that the access report header contains a graphic logo and lines. When I print directly to the printer the logo shows up fine, BUT
when I preview it in word I lose the graphics and lines.
Has anyone had this problem and know how to solve it?
Thanks for replies in advance.