Hello all,
I've tried using all the suggestions provided in relevant threads to help me with this problem, but to no avail. Thanks in advance for any/all help....
I am able to successfull print out a report in the snapshot viewer. My problem is when trying to email it. Even when previewing the snapshot in the email (before sending it out), the text and formatting turns into jumbled characters. I've experimented with using both of these:
DoCmd.OutputTo acOutputReport, "RptMain",
acFormatSNP, "C:\Test.snp", True
and
DoCmd.OutputTo acOutputReport, ,
acFormatSNP, "C:\Test.snp", True
Both give me the same result. I've also tried using File>Send To, but I still get jumbled characters. I'd appreciate all suggestions!
I've tried using all the suggestions provided in relevant threads to help me with this problem, but to no avail. Thanks in advance for any/all help....
I am able to successfull print out a report in the snapshot viewer. My problem is when trying to email it. Even when previewing the snapshot in the email (before sending it out), the text and formatting turns into jumbled characters. I've experimented with using both of these:
DoCmd.OutputTo acOutputReport, "RptMain",
acFormatSNP, "C:\Test.snp", True
and
DoCmd.OutputTo acOutputReport, ,
acFormatSNP, "C:\Test.snp", True
Both give me the same result. I've also tried using File>Send To, but I still get jumbled characters. I'd appreciate all suggestions!