T
Tim
Hi folks,
I have 5 reports in my database. I want to merge them
into one report in Access97. Does anyone know the way to
do it?
The following is my example:
Rpt1
Rpt2
Rpt3
Rpt4
Rpt5
Merge to RptM and run the following code.
Public Sub test()
DoCmd.OutputTo acOutputReport, "RptM",
acFormatRTF, "c:\temp\RptM.rtf"
End Sub
Thanks in advance.
Tim.
I have 5 reports in my database. I want to merge them
into one report in Access97. Does anyone know the way to
do it?
The following is my example:
Rpt1
Rpt2
Rpt3
Rpt4
Rpt5
Merge to RptM and run the following code.
Public Sub test()
DoCmd.OutputTo acOutputReport, "RptM",
acFormatRTF, "c:\temp\RptM.rtf"
End Sub
Thanks in advance.
Tim.