R
ra1stlin
hi
We have a program developed with access 2000 that at current time we are migrating to Access 2003
During this process I observed a strange error. When we use OutputTo to export a report to a RTF, HML or a TXT file the process succefully generates the output file, but when we try to generate a SNP File we get the following error
Error 2282 : The format in which you try to export your report is not available
But, if we try to open SNP file the process works correctly
The instruction used to export a report to a File is
DoCmd.OutputTo acOutputReport, DocumentName, acFormatSNP, CurrentProject.Path & "\temp.html", Tru
I also tried to use "Snapshot Format (*.snp)" instead of acFormatSNP but the program still fails
Can anyone give me some information about this error?, is there any solution
Software Installed
Windows X
Office 2003 Professional (all components installed, full installation)
Access Developer Extension
We have a program developed with access 2000 that at current time we are migrating to Access 2003
During this process I observed a strange error. When we use OutputTo to export a report to a RTF, HML or a TXT file the process succefully generates the output file, but when we try to generate a SNP File we get the following error
Error 2282 : The format in which you try to export your report is not available
But, if we try to open SNP file the process works correctly
The instruction used to export a report to a File is
DoCmd.OutputTo acOutputReport, DocumentName, acFormatSNP, CurrentProject.Path & "\temp.html", Tru
I also tried to use "Snapshot Format (*.snp)" instead of acFormatSNP but the program still fails
Can anyone give me some information about this error?, is there any solution
Software Installed
Windows X
Office 2003 Professional (all components installed, full installation)
Access Developer Extension