L
Luciano
Hello,
After dowloading the Add-in 'Save as PDF and XPS', I wrote in a module the
vba-code (Access 2007-VBA) in order to use my default mail-program to mail a
report (rapportBevestiging) in PDF to an email-adress(txtemail).
'DoCmd.SendObject acSendReport, rapportBevestiging, acFormatPDF, txtemail, ,
, strSubject, strMessage'
It happens to work correctly, but when I run my application on another
computer, it doesn't work. Can anyone help me?
Luciano
After dowloading the Add-in 'Save as PDF and XPS', I wrote in a module the
vba-code (Access 2007-VBA) in order to use my default mail-program to mail a
report (rapportBevestiging) in PDF to an email-adress(txtemail).
'DoCmd.SendObject acSendReport, rapportBevestiging, acFormatPDF, txtemail, ,
, strSubject, strMessage'
It happens to work correctly, but when I run my application on another
computer, it doesn't work. Can anyone help me?
Luciano