Snapshot Format to E-mail Report

M

Mike

I am using the following code in an A2K module to send a report via e-mail
in snapshot format:

DoCmd.SendObject acSendReport, "AdminDailyReport", "*.snp",
"[email protected]", , , "Daily Attendance Report", , False

When I try to send it, I get the following error message:

The formats that enable you to output data as Microsoft Excel, Rich-Text
Format or HTML are missing from the Windows Registry.

Are there files I need to install or register to make it work? This is a
Win98SE PC. This code works on my XP Pro PC. Any help is appreciated.

Thanks!
MAB
 
Top