Hello everybody,
A client of mine has a problem with sending Emails
after he upgraded from Office 2007 to Office 2010.
His code is very simple:
Dim stDocName As String
stDocName = "rptMailProjectleider"
DoCmd.SendObject acReport, stDocName, acFormatRTF
This code worked...