![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi NG I try to export a report, by using the following code - it fails with errorcode: 2282 DoCmd.OutputTo acOutputReport, "Faktura", acFormatSNP, stinavn & "\" & strName & ".snp", True if I write DoCmd.OutputTo acOutputReport, "Faktura", acFormatRTF, stinavn & "\" & strName & ".RTF", True It works perfect. Any ideas what I can do to make the Acformatsnp to work? TIA JJ |
#3
| |||
| |||
|
|
On Tue, 7 Oct 2008 22:17:11 +0200, "Carl Hansen" Carl.Hansen (AT) hotmail (DOT) com> wrote: Can you create ANY .snp file, for example when you are previewing a report and then choose Send Email, and when prompted for a format choose Snapshot. If not, you have some installing to do. Can you repeat the behavior on other computers? -Tom. Microsoft Access MVP Hi NG I try to export a report, by using the following code - it fails with errorcode: 2282 DoCmd.OutputTo acOutputReport, "Faktura", acFormatSNP, stinavn & "\" & strName & ".snp", True if I write DoCmd.OutputTo acOutputReport, "Faktura", acFormatRTF, stinavn & "\" & strName & ".RTF", True It works perfect. Any ideas what I can do to make the Acformatsnp to work? TIA JJ |
#4
| |||
| |||
|
|
Hi tom When I preview a report I can make a snp file by doing: File -- Export and then choose snp in file type |
![]() |
| Thread Tools | |
| Display Modes | |
| |