R
Rohit Thomas
Hello all,
I have two questions regarding exporting of a report as
an .RTF file. When I export a report that contains
calculated fields, nothing is exported with the exception
of the labels on my report...how do I get around that?
Second question..is it possible to apply a filter when
exporting a report? I'm using the code below but my filter
'stLinkCriteria = stLinkCriteria & " AND [Correction ID]
= " & CInt(Me.CmbErrorcode)' does not get applied.
Obviously I need to specify the filter somewhere in the
OutputTo code but I'm not sure how to do that..any help
would be greatly appreciated.
DoCmd.OutputTo acReport, "rptTellerFifty&UnderDetail",
"RichTextFormat(*.rtf)", "", True, ""
Thanks in advance,
Rohit Thomas
I have two questions regarding exporting of a report as
an .RTF file. When I export a report that contains
calculated fields, nothing is exported with the exception
of the labels on my report...how do I get around that?
Second question..is it possible to apply a filter when
exporting a report? I'm using the code below but my filter
'stLinkCriteria = stLinkCriteria & " AND [Correction ID]
= " & CInt(Me.CmbErrorcode)' does not get applied.
Obviously I need to specify the filter somewhere in the
OutputTo code but I'm not sure how to do that..any help
would be greatly appreciated.
DoCmd.OutputTo acReport, "rptTellerFifty&UnderDetail",
"RichTextFormat(*.rtf)", "", True, ""
Thanks in advance,
Rohit Thomas