Thanks MrWilly for the good link.
Nevertheless, this does not help me much? I have an access app that exports an invoice (access report) to a snapshot format and fax with winfax via dde when the invoice is over due. At all my other client this worked without any problem. My code for exporting this is DoCmd.OutputTo acOutputReport,"reportname","Snapshot format", pathAndfilename"
I have also used DoCmd.OutputTo acOutputReport,"reportname",acFormatsnp,“pathAndfilename" and
DoCmd.OutputTo acOutputReport,"reportname","Snapshot format (*.snp)", "pathAndfilename" with success.
I was installing my app at a new client and I got this error.
The formats that enable you to output data as a Microsoft Excel, rich-text format, MS-DOS text, or HTML file are missing from the Windows Registry.
In a97 I got this error
The formats that enable you to output data as a Microsoft Excel, rich-text format, MS-DOS text, or HTML file are missing from the Windows Registry. Run Setup to reinstall MyAppName or, if you're familiar with the settings in the Registry, try to correct them yourself. For more information on the Registry, click Help.
Help as usual does not help much. I think that this is a problem with a unregistered dll any help will be appreciated.
Thank You Again