OLE error

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I just started getting the flwg error mesg.s when I
publish an Access report to "Word." Prior to this past
Monday I've done this without receiving any errors. Also,
it only happens with "Word." I can put the report into
Excel.

C:\My documents\rpt type totals.rtf
The archive is either unknown format or damaged

If I rename the report I get this error;

You tried to use a form, report, or datasheet that
contains an OLE object, but the OLE server may not be
registered properly. Reinstall the OLE server to register
it correctly.
any help is appreciated.
Bill
 
I have a similar situation where different letterhead is
needed depending on where it is going. I have an image
control located in the Page header section of my report. I
have the following lines of code on the on Format property
of the Page Header (I have changed it a bit to suit your
situation):

If [sender]= "Sue" Then LOGO.Picture
= "G:\Nationalletters\LOGOS\Sue.gif"
 
Back
Top