Hi,
I'm making a change to a report that runs in Access 2003, I would like parts of the report to use borders to enclose some of the data.
It all looks fine on screen when running the report, but when I try to save it to a file using the command below, the borders are misisng in the file.
DoCmd.OutputTo acReport, "ARK_mainreport_AUTOJOG", "RichTextFormat(*.rtf)", strRTFFileName, False, ""
Has anyone else come across this?
Any pointers appreciated
Thanks
Rod
I'm making a change to a report that runs in Access 2003, I would like parts of the report to use borders to enclose some of the data.
It all looks fine on screen when running the report, but when I try to save it to a file using the command below, the borders are misisng in the file.
DoCmd.OutputTo acReport, "ARK_mainreport_AUTOJOG", "RichTextFormat(*.rtf)", strRTFFileName, False, ""
Has anyone else come across this?
Any pointers appreciated
Thanks
Rod