Hyperlinks in export to .rtf

W

Will Parsons

I am exporting an Access 2002 report to a .rtf document - I'm using
DoCmd.OutputTo acOutputReport, "Report1", acFormatRTF, "Report.doc", True

The report has hyperlink fields.

Sometimes the resulting .rtf doc has working hyperlinks, other times the
link is an error message: Error! Hyperlink reference not valid.

There is no indication as to why it works sometimes and not others.

Any ideas?
 
Top