I have an Access 2010 program that works fine under Win 7 but gives an error message when running under Win 10.
The problematic statement appears to be:
DoCmd.SendObject acSendNoObject, , , Me.EmailAddress2, , , Me.EmailSubject, Me.EmailContent, False
An message appears stating an error has occurred and the program must close.
The associated program was written under Win 7 and run under Win 10 with the Access 2010 run-time app. In both cases, the email program the statement references is Mozilla Thunderbird.
I don't even know where to start looking for a solution and would appreciate any suggestions as I am attempting to migrate to Win 10 now that MS has announced Win 7 will no longer be supported after Jan 2020.
Thank you in advance...
The problematic statement appears to be:
DoCmd.SendObject acSendNoObject, , , Me.EmailAddress2, , , Me.EmailSubject, Me.EmailContent, False
An message appears stating an error has occurred and the program must close.
The associated program was written under Win 7 and run under Win 10 with the Access 2010 run-time app. In both cases, the email program the statement references is Mozilla Thunderbird.
I don't even know where to start looking for a solution and would appreciate any suggestions as I am attempting to migrate to Win 10 now that MS has announced Win 7 will no longer be supported after Jan 2020.
Thank you in advance...