Error in transfer object

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
Back
Top