Where is my FormatSNP in my mail ?

  • Thread starter Thread starter =?iso-8859-1?B?VHNjaHXf?=
  • Start date Start date
?

=?iso-8859-1?B?VHNjaHXf?=

Hi,

I have the following code in my report:
DoCmd.SendObject acSendReport, "CEM_Report", acFormatSNP,

But, in my mail, the attached file is not CEM_Report.snp but a file
like ' - CDB65.xls'

Why I haven't a file with the snp format ?
 
You may want to check out the KnowledgeBase article

PRB: Sending Mail With SendObject Contains an Attachment With an Incorrect
File Name or File Type.
Article ID : 555020
Last Review : December 6, 2003
Revision : 1.0

Robert Wright
 
Ok Thanks. I will try but I found that with special characters the
format snp is not possible. So I change the caption of all my reports
and everthing is fine now
 
Back
Top