Error in transfer object

G

Guest

I am working in Access 97. The following line is giving me an error message.

DoCmd.SendObject acSendTable, "tmpExcelEmployeeReportTo", 8,
rs("EmailAddress")

The message is Error 2282: The formats that enable you to output data as a
Microsoft Excel file are missing from the Windows Registry.

However when I manually run the query and then use the export function it
runs just fine. Any help would be appreciated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top