M
Mei Qin
Hello,
I use the following code to export my report to RTF format
report, so the user can open it in word.
DoCmd.OutputTo acOutputReport, "rptAll",
acFormatRTF, "Report.rtf", False
I put the page footer on report in access. But when I
open the report in word, the footer appears at the
different place on each page. Some page has a samll
margin, some page has a big margin. How can I control
this, so the page footer will be at the same place for
each page.
Thanks for any help!
Mei
I use the following code to export my report to RTF format
report, so the user can open it in word.
DoCmd.OutputTo acOutputReport, "rptAll",
acFormatRTF, "Report.rtf", False
I put the page footer on report in access. But when I
open the report in word, the footer appears at the
different place on each page. Some page has a samll
margin, some page has a big margin. How can I control
this, so the page footer will be at the same place for
each page.
Thanks for any help!
Mei