Hi all,
I've searched the net and forum and found no real solution. I have a client who is getting this error when trying to send a report.
Not that it matters but my exact code is:
My client is in Australia so I don't have the particulars until he wakes up (Email client, OS, etc). The database is in 2003 format. I am going under the assumption he has an email client installed such as Outlook or Outlook Express, but I have never run into this when any email client is installed on a pc.
I've tested this on 4 different PCs in both Access 2000 and 2003 and I can not reproduce the error.
I've found solutions from deleting a registry key, to re-installing office, but nothing really definitive.
Could a reference be missing?
I have the following:
Craig
I've searched the net and forum and found no real solution. I have a client who is getting this error when trying to send a report.
Not that it matters but my exact code is:
Code:
DoCmd.SendObject acReport, "rpt_JobReport", sFormatName, "", "", "", "", "", True, ""
I've tested this on 4 different PCs in both Access 2000 and 2003 and I can not reproduce the error.
I've found solutions from deleting a registry key, to re-installing office, but nothing really definitive.
Could a reference be missing?
I have the following:
- Visual Basic for Applications
- Microsoft Access 9.0 Object Library (The 9.0 is dependent on what pc I'm on with a different version of access).
- Microsoft DAO 3.6 Object Library
- Microsoft ActiveX Data Objects 2.8
- OLE Automation
Craig
Last edited: