A
Ayala
Hi, this is my code for a command button in a form
Private Sub cmdRequestBC_Click()
DoCmd.SendObject acSendReport, "rptBusinessCard",
acFormatRTF, "(e-mail address removed)", , , "Business Card", ,
False
End Sub
The problem is that I can't send it in RTF format, it
always sends it as XLS format and the data in the report
is corrupted.
If I choose other format it works ok, but I need RTF
format.
Any ideas why is this happening?
Private Sub cmdRequestBC_Click()
DoCmd.SendObject acSendReport, "rptBusinessCard",
acFormatRTF, "(e-mail address removed)", , , "Business Card", ,
False
End Sub
The problem is that I can't send it in RTF format, it
always sends it as XLS format and the data in the report
is corrupted.
If I choose other format it works ok, but I need RTF
format.
Any ideas why is this happening?