J
Jean-Paul
Now I send my report with following code
SubjectBox = "Aanpassen database SALES met nieuwe input voor klanten van
" & Forms!Hoofdmenu!Tekst24
MessageBox = ""
DoCmd.SendObject acSendReport, "Fiche", acFormatHTML, ontvanger, , ,
[SubjectBox], [MessageBox], -1
But.... it doesn't look nice.
Changing acFormatHTML into acFormatTXT doesn't look much better...
It would be nice to send it as a doc or as a pdf file
Can this be done?
Thanks
SubjectBox = "Aanpassen database SALES met nieuwe input voor klanten van
" & Forms!Hoofdmenu!Tekst24
MessageBox = ""
DoCmd.SendObject acSendReport, "Fiche", acFormatHTML, ontvanger, , ,
[SubjectBox], [MessageBox], -1
But.... it doesn't look nice.
Changing acFormatHTML into acFormatTXT doesn't look much better...
It would be nice to send it as a doc or as a pdf file
Can this be done?
Thanks