Hoping someone can help me....
Using Access 2007 and Lotus Notes 8.5
I've got some code to output a report to email as an attachment: it looks like this
DoCmd.SendObject acSendReport, "rep09emailnotification", acFormatRTF, "(Recipients)", , , "email subject", "email body text", 0
For MOST of the people who use the database, this works fine, and they send the email with the RTF attachment which all the recipients can open - but for some users, it generates a .tmp file which if you 'Open' it is just a load of gobbledegook, but it you 'View' it looks ok - but is truncating the report. :banghead:
Anyone got any ideas what could be causing Access 2007 to create .tmp files rather than .rtf?
TIA
Caz
Using Access 2007 and Lotus Notes 8.5
I've got some code to output a report to email as an attachment: it looks like this
DoCmd.SendObject acSendReport, "rep09emailnotification", acFormatRTF, "(Recipients)", , , "email subject", "email body text", 0
For MOST of the people who use the database, this works fine, and they send the email with the RTF attachment which all the recipients can open - but for some users, it generates a .tmp file which if you 'Open' it is just a load of gobbledegook, but it you 'View' it looks ok - but is truncating the report. :banghead:
Anyone got any ideas what could be causing Access 2007 to create .tmp files rather than .rtf?
TIA
Caz