R
Rick in NS
I have an automatic e-mail generator with the following line of code in it.
DoCmd.SendObject acSendReport, "BlankReport", acFormatHTML, _ FirmEAddress,
, EAddress, "Client Invitation"
This code was written in Access 2002 and is in an mde file. The procedure
works flawlessly in Office XP. When running it in Access 2003 is behaves as
expected. However; when deploying the application to other machines with a
runtime version of Access 2003 the following error message appears:
"2281 The formats that enable you to output data as a Microsoft Excel,
rich-text format, MS-DOS text, or HTML file are missing or incorreclty
registered in the Windows Registry."
Extensive research and reading has failed to produce any solution.
Can someone help me out here?
TIA
DoCmd.SendObject acSendReport, "BlankReport", acFormatHTML, _ FirmEAddress,
, EAddress, "Client Invitation"
This code was written in Access 2002 and is in an mde file. The procedure
works flawlessly in Office XP. When running it in Access 2003 is behaves as
expected. However; when deploying the application to other machines with a
runtime version of Access 2003 the following error message appears:
"2281 The formats that enable you to output data as a Microsoft Excel,
rich-text format, MS-DOS text, or HTML file are missing or incorreclty
registered in the Windows Registry."
Extensive research and reading has failed to produce any solution.
Can someone help me out here?
TIA